aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-01-20 18:50:30 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-01-20 18:50:30 +0100
commit6e65420bd5d3335bd971d452e9981dea41a5b1cc (patch)
tree9425d06b4bca6f6a6c60ac46bf9bcc78ab362255 /src
parentbd85cf3df786898fa0e1f584eca840d3ec05edb2 (diff)
downloadbitcoin-6e65420bd5d3335bd971d452e9981dea41a5b1cc.tar.xz
make bitcoinrpc.cpp UTF-8 conformant again
- just replaces a character in a comment, which I had problems with when opening the file in Qt Creator IDE
Diffstat (limited to 'src')
-rw-r--r--src/bitcoinrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 41850d8bb8..a1e39d7506 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -176,7 +176,7 @@ Value help(const Array& params, bool fHelp)
Value stop(const Array& params, bool fHelp)
{
- // Accept the deprecated and ignored 'detach´ boolean argument
+ // Accept the deprecated and ignored 'detach' boolean argument
if (fHelp || params.size() > 1)
throw runtime_error(
"stop\n"