aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-25 13:45:59 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-25 13:45:59 -0500
commit4a67bdbde401cebe42a943af94c4e208015438e5 (patch)
tree6022d4e815ed2294f445c2621f397641fb60c3ca /src/simplewallet/simplewallet.cpp
parentMerge pull request #6014 (diff)
parentchanged 'batttery' to 'battery' (diff)
downloadmonero-4a67bdbde401cebe42a943af94c4e208015438e5.tar.xz
Merge pull request #6019
d60c1b6 changed 'batttery' to 'battery' (jakehemmerle)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-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 5c01e99fb..03693a57c 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -5187,7 +5187,7 @@ void simple_wallet::check_background_mining(const epee::wipeable_string &passwor
if (setup == tools::wallet2::BackgroundMiningMaybe)
{
message_writer() << tr("The daemon is not set up to background mine.");
- message_writer() << tr("With background mining enabled, the daemon will mine when idle and not on batttery.");
+ message_writer() << tr("With background mining enabled, the daemon will mine when idle and not on battery.");
message_writer() << tr("Enabling this supports the network you are using, and makes you eligible for receiving new monero");
std::string accepted = input_line(tr("Do you want to do it now? (Y/Yes/N/No): "));
if (std::cin.eof() || !command_line::is_yes(accepted)) {