Fix a few minor typos

This commit is contained in:
Pierre Boyer 2016-12-04 14:13:54 +01:00
parent c36cb54340
commit f4772bae81
11 changed files with 27 additions and 27 deletions

View file

@ -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();
}