diff options
author | randymcmillan <randy.lee.mcmillan@gmail.com> | 2019-11-04 04:22:53 -0500 |
---|---|---|
committer | randymcmillan <randy.lee.mcmillan@gmail.com> | 2019-11-04 04:22:53 -0500 |
commit | ac831339cbfa65b1f7576c53b5d9a94841db9868 (patch) | |
tree | 4a8262bfa2dd49b03261f8bc6e0e85dc189cd8bb /src/qt/bitcoin.cpp | |
parent | 463eab5e1418a592036e7bf9bf46f66fe6462435 (diff) |
doc: Fix some misspellings
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 02a2a01bdd..234d3865ab 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -309,7 +309,7 @@ void BitcoinApplication::requestShutdown() // rescanning a wallet. m_node.startShutdown(); // Unsetting the client model can cause the current thread to wait for node - // to complete an operation, like wait for a RPC execution to complate. + // to complete an operation, like wait for a RPC execution to complete. window->setClientModel(nullptr); pollShutdownTimer->stop(); |