diff options
| author | dogecoin <[email protected]> | 2014-01-11 09:43:42 -0800 |
|---|---|---|
| committer | dogecoin <[email protected]> | 2014-01-11 09:43:42 -0800 |
| commit | f35b4f2d102c23e9cd1cad37d063520d6232119c (patch) | |
| tree | f8515a3072a8138f2e7481ca0b1dffae42d88e35 | |
| parent | Merge pull request #115 from xnljfr/master (diff) | |
| parent | Such grammar (diff) | |
| download | discoin-f35b4f2d102c23e9cd1cad37d063520d6232119c.tar.xz discoin-f35b4f2d102c23e9cd1cad37d063520d6232119c.zip | |
Merge pull request #114 from APerson241/patch-2
Such grammar
| -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 a94a157e3..05b77e85d 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 |