diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-26 03:25:26 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-01 17:50:00 +0000 |
commit | b49f1398a1a02eab06def81a9d25b972c81b8fe1 (patch) | |
tree | c6f51d9b5cbf00b334c5311391c55d828fa29753 /src/qt/bitcoin.cpp | |
parent | 3c726dd3c07acdda465522f027ba115b4185afaf (diff) |
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 7fcfd0dec7..42bfcfd0b2 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -299,7 +299,7 @@ int main(int argc, char *argv[]) window.setWalletModel(0); guiref = 0; } - // Shutdown the core and it's threads, but don't exit Bitcoin-Qt here + // Shutdown the core and its threads, but don't exit Bitcoin-Qt here Shutdown(NULL); } else |