aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-18 18:26:02 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-11-12 23:25:04 +0000
commitcaeafd1bd1b217276005c6bb422136f379d881cf (patch)
treeb1b75741526029b6e9cd6f329876c54aec6c1698 /src/rpc.cpp
parent2d2e5bdcf46d3b4b50d07edb2e010cf7e1cde1b1 (diff)
downloadbitcoin-caeafd1bd1b217276005c6bb422136f379d881cf.tar.xz
fix some double-spaces in strings
(partial of 6b3783a9c9cc47afcf72aa0a86ea26122392efdb)
Diffstat (limited to 'src/rpc.cpp')
-rw-r--r--src/rpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp
index 67bd88c920..824297beaf 100644
--- a/src/rpc.cpp
+++ b/src/rpc.cpp
@@ -1479,7 +1479,7 @@ Value encryptwallet(const Array& params, bool fHelp)
// slack space in .dat files; that is bad if the old data is
// unencrypted private keys. So:
CreateThread(Shutdown, NULL);
- return "wallet encrypted; bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup.";
+ return "wallet encrypted; bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup.";
}