From 57c0b1ed9f15ca27892a8737156c3b8e32a1625e Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Thu, 1 Mar 2018 13:36:19 +0200 Subject: Fix typos in various files --- src/wallet/wallet_errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/wallet_errors.h') 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") { } -- cgit v1.2.3