diff options
| author | Luke Dashjr <[email protected]> | 2012-07-26 03:25:26 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-08-01 17:50:00 +0000 |
| commit | b49f1398a1a02eab06def81a9d25b972c81b8fe1 (patch) | |
| tree | c6f51d9b5cbf00b334c5311391c55d828fa29753 /src/init.cpp | |
| parent | Bugfix: Use standard BTC unit in comments (diff) | |
| download | discoin-b49f1398a1a02eab06def81a9d25b972c81b8fe1.tar.xz discoin-b49f1398a1a02eab06def81a9d25b972c81b8fe1.zip | |
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 1599efa0f..1ccb31e57 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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 } |