diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-06-16 14:14:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-16 14:14:19 -0500 |
| commit | fceb774344b06a17b50cb0fdc92e4a40f374a156 (patch) | |
| tree | d01df92d0c1618d75feb63b0f139f3e757c60dc1 | |
| parent | 4e7897e57ca9b580e7ad132bfdc0e9ba097b04e0 (diff) | |
| parent | f357210c00ef0c3f2a96f814c0eba0cc1a20cf3c (diff) | |
| download | monzero-core-fceb774344b06a17b50cb0fdc92e4a40f374a156.tar.gz monzero-core-fceb774344b06a17b50cb0fdc92e4a40f374a156.tar.xz monzero-core-fceb774344b06a17b50cb0fdc92e4a40f374a156.zip | |
Merge pull request #3798
f357210 Fix Typo (Rafficer)
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 234f071d1..3f8297c63 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -506,7 +506,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) |
