diff options
| author | Jeff Garzik <[email protected]> | 2012-08-01 10:56:47 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-01 10:56:47 -0700 |
| commit | f81e6f779b66e235afd6c5241306d5e70ec41276 (patch) | |
| tree | 208e1d5fb7b77c41e67edb372e2590250c32faac /src/qt/bitcoin.cpp | |
| parent | Merge pull request #1636 from Diapolo/Warning_string (diff) | |
| parent | Bugfix: Correct English grammar regarding "'s" (diff) | |
| download | discoin-f81e6f779b66e235afd6c5241306d5e70ec41276.tar.xz discoin-f81e6f779b66e235afd6c5241306d5e70ec41276.zip | |
Merge pull request #1632 from luke-jr/spelling
Fix spelling and grammar errors
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 6bdac2ad7..42bfcfd0b 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -272,7 +272,7 @@ int main(int argc, char *argv[]) // TODO: implement URI support on the Mac. #if !defined(MAC_OSX) - // Place this here as guiref has to be defined if we dont want to lose URIs + // Place this here as guiref has to be defined if we don't want to lose URIs ipcInit(); // Check for URI in argv @@ -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 |