diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-03-01 13:36:19 +0200 |
---|---|---|
committer | Dimitris Apostolou <rex@MacBook-Pro-2011.local> | 2018-03-15 18:25:38 +0200 |
commit | 57c0b1ed9f15ca27892a8737156c3b8e32a1625e (patch) | |
tree | 8ca78ded5aa561697a8d1fd7827604aa51a5f45f /src/wallet/wallet_errors.h | |
parent | Merge pull request #3398 (diff) | |
download | monero-57c0b1ed9f15ca27892a8737156c3b8e32a1625e.tar.xz |
Fix typos in various files
Diffstat (limited to 'src/wallet/wallet_errors.h')
-rw-r--r-- | src/wallet/wallet_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h index 32a0231b1..c3725676e 100644 --- a/src/wallet/wallet_errors.h +++ b/src/wallet/wallet_errors.h @@ -389,7 +389,7 @@ namespace tools struct get_tx_pool_error : public refresh_error { explicit get_tx_pool_error(std::string&& loc) - : refresh_error(std::move(loc), "error getting tranaction pool") + : refresh_error(std::move(loc), "error getting transaction pool") { } |