aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-02 10:09:29 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:41:24 +0000
commit08344c735feddc8d6cbeb63b18f3fc1fd4544170 (patch)
tree70e6f7fa030f26ee55300f9e1e23a6f30c534ad0 /src/init.cpp
parent566f556c40069ed06c8b734433a2859f4917d242 (diff)
downloadbitcoin-08344c735feddc8d6cbeb63b18f3fc1fd4544170.tar.xz
fix further spelling errors / remove a tab in the source
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 4d016956e6..b3c49f3a63 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -256,7 +256,7 @@ bool AppInit2(int argc, char* argv[])
// Remove tabs
strUsage.erase(std::remove(strUsage.begin(), strUsage.end(), '\t'), strUsage.end());
#if defined(QT_GUI) && defined(WIN32)
- // On windows, show a message box, as there is no stderr
+ // On Windows, show a message box, as there is no stderr
wxMessageBox(strUsage, "Usage");
#else
fprintf(stderr, "%s", strUsage.c_str());