aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_errors.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:06 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:07 +0200
commit0f27fc57acb708c48523ada6b67304c81da4aa3c (patch)
tree8d647b179918138b3e1ece874ddf8f2778340e7d /src/wallet/wallet_errors.h
parentMerge pull request #3322 (diff)
parentFix typos in various files (diff)
downloadmonero-0f27fc57acb708c48523ada6b67304c81da4aa3c.tar.xz
Merge pull request #3336
57c0b1ed Fix typos in various files (Dimitris Apostolou)
Diffstat (limited to 'src/wallet/wallet_errors.h')
-rw-r--r--src/wallet/wallet_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h
index 892a7922c..214d51cde 100644
--- a/src/wallet/wallet_errors.h
+++ b/src/wallet/wallet_errors.h
@@ -391,7 +391,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")
{
}