Merge pull request #1398

f4772bae Fix a few minor typos (Pierre Boyer)
This commit is contained in:
Riccardo Spagni 2016-12-04 22:28:22 +02:00
commit f2ea2afb77
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
11 changed files with 27 additions and 27 deletions

View file

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