aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafficer <rafficer@protonmail.com>2018-05-12 20:18:21 +0200
committerGitHub <noreply@github.com>2018-05-12 20:18:21 +0200
commitf357210c00ef0c3f2a96f814c0eba0cc1a20cf3c (patch)
tree791b6074a1db9aa86e290461eed2117a7706d63a
parentMerge pull request #3794 (diff)
downloadmonero-f357210c00ef0c3f2a96f814c0eba0cc1a20cf3c.tar.xz
Fix Typo
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 639b394f3..0c2cca9dc 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -507,7 +507,7 @@ namespace
}
if (warn_of_possible_attack)
- fail_msg_writer() << tr("There was an error, which could mean the node may be trying to get you to retry creating a transaction, and zero in on which outputs you own. Or it could be a bona fide error. It may be prudent to disconnect from this node, and not try to send a tranasction immediately. Alternatively, connect to another node so the original node cannot correlate information.");
+ fail_msg_writer() << tr("There was an error, which could mean the node may be trying to get you to retry creating a transaction, and zero in on which outputs you own. Or it could be a bona fide error. It may be prudent to disconnect from this node, and not try to send a transaction immediately. Alternatively, connect to another node so the original node cannot correlate information.");
}
bool check_file_overwrite(const std::string &filename)