fix typo in error message

This commit is contained in:
Ryan Loomba 2013-12-23 13:27:29 -08:00
parent 01a740d5ed
commit 6fb82ae999

View File

@ -120,7 +120,7 @@ if (! empty($users)) {
continue; continue;
} }
} catch (BitcoinClientException $e) { } catch (BitcoinClientException $e) {
$log->logError('Failed to verifu this users coin address, skipping payout'); $log->logError('Failed to verify this users coin address, skipping payout');
continue; continue;
} }