diff options
author | Jake Hemmerle <jakehemmerle@gmail.com> | 2019-10-24 19:55:28 -0400 |
---|---|---|
committer | Jake Hemmerle <jakehemmerle@gmail.com> | 2019-10-24 19:55:28 -0400 |
commit | d60c1b631274b47c607dd1c858f963bbd16aeebe (patch) | |
tree | 1a4a79f8fa9f8b9a767801ecfe920d23793f197c /src/simplewallet | |
parent | Merge pull request #6016 (diff) | |
download | monero-d60c1b631274b47c607dd1c858f963bbd16aeebe.tar.xz |
changed 'batttery' to 'battery'
Diffstat (limited to 'src/simplewallet')
-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 6a54c24fb..24267ca09 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4913,7 +4913,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)) { |