diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
commit | f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6 (patch) | |
tree | 6573120f4a91770ff630c693e76893a485bc70f4 /src/wallet/api | |
parent | Merge pull request #1397 (diff) | |
parent | Fix a few minor typos (diff) | |
download | monero-f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6.tar.xz |
Merge pull request #1398
f4772bae Fix a few minor typos (Pierre Boyer)
Diffstat (limited to 'src/wallet/api')
-rw-r--r-- | src/wallet/api/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 97aaf2785..a772498cd 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -526,7 +526,7 @@ bool WalletImpl::refresh() void WalletImpl::refreshAsync() { - LOG_PRINT_L3(__FUNCTION__ << ": Refreshing asyncronously.."); + LOG_PRINT_L3(__FUNCTION__ << ": Refreshing asynchronously.."); clearStatus(); m_refreshCV.notify_one(); } |