Bugfix: Correct English grammar regarding "'s"

This commit is contained in:
Luke Dashjr
2012-07-26 03:25:26 +00:00
parent 3c726dd3c0
commit b49f1398a1
12 changed files with 19 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ void Shutdown(void* parg)
printf("Bitcoin exited\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
}