diff options
| author | Pierre Boyer <pierre.s.boyer@gmail.com> | 2016-12-04 14:13:54 +0100 |
|---|---|---|
| committer | Pierre Boyer <pierre.s.boyer@gmail.com> | 2016-12-04 14:13:54 +0100 |
| commit | f4772bae812cdab9cca3864d79cdbec7abe5a114 (patch) | |
| tree | 434455673de9c67c5ed71c4d37a936610012df56 /src/wallet/api | |
| parent | c36cb5434059ed53daf947b189343ac0bd8f31d8 (diff) | |
| download | monzero-core-f4772bae812cdab9cca3864d79cdbec7abe5a114.tar.gz monzero-core-f4772bae812cdab9cca3864d79cdbec7abe5a114.tar.xz monzero-core-f4772bae812cdab9cca3864d79cdbec7abe5a114.zip | |
Fix a few minor typos
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 215b61aef..8b873a7e2 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -521,7 +521,7 @@ bool WalletImpl::refresh() void WalletImpl::refreshAsync() { - LOG_PRINT_L3(__FUNCTION__ << ": Refreshing asyncronously.."); + LOG_PRINT_L3(__FUNCTION__ << ": Refreshing asynchronously.."); clearStatus(); m_refreshCV.notify_one(); } |
