aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorChris Wheeler <chris@haydenwheeler.com>2016-01-17 11:03:56 +0000
committerChris Wheeler <chris@haydenwheeler.com>2016-01-17 11:03:56 +0000
commit9d263bd17c2bdd5ba9e31bd5fb110c332eb80691 (patch)
treee52d90fb446cd0039d2f39b707fe549a89234371 /src/qt/clientmodel.cpp
parentdd1304ec216c7d4bdb302195e184b15503819f67 (diff)
downloadbitcoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.tar.xz
Typo fixes in comments
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index b4ac696393..fb502b3c81 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -112,7 +112,7 @@ double ClientModel::getVerificationProgress(const CBlockIndex *tipIn) const
void ClientModel::updateTimer()
{
// no locking required at this point
- // the following calls will aquire the required lock
+ // the following calls will acquire the required lock
Q_EMIT mempoolSizeChanged(getMempoolSize(), getMempoolDynamicUsage());
Q_EMIT bytesChanged(getTotalBytesRecv(), getTotalBytesSent());
}