aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:25:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:34:23 +0000
commit566f556c40069ed06c8b734433a2859f4917d242 (patch)
tree28771401337e264a1583b2ab07106dd9e7b377ea /src/init.cpp
parent8ddc257a4b422aee2a0e58362f31fbd32301f12f (diff)
downloadbitcoin-566f556c40069ed06c8b734433a2859f4917d242.tar.xz
Bugfix: Correct English grammar regarding "'s"
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 172e66a27a..4d016956e6 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -78,7 +78,7 @@ void Shutdown(void* parg)
printf("Bitcoin exiting\n\n");
fExit = true;
#ifndef QT_GUI
- // ensure non-UI client get's exited here, but let Bitcoin-Qt reach return 0; in bitcoin.cpp
+ // ensure non-UI client gets exited here, but let Bitcoin-Qt reach 'return 0;' in bitcoin.cpp
exit(0);
#endif
}