diff options
| author | Edward Betts <edward@4angle.com> | 2018-01-19 07:54:14 +0000 |
|---|---|---|
| committer | Edward Betts <edward@4angle.com> | 2018-03-05 17:00:40 +0000 |
| commit | fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch) | |
| tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /src/cryptonote_basic | |
| parent | c7ace5fa3d412410312e21c55c28068dcd625fef (diff) | |
| download | monzero-core-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.gz monzero-core-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz monzero-core-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.zip | |
Correct spelling mistakes.
Diffstat (limited to 'src/cryptonote_basic')
| -rw-r--r-- | src/cryptonote_basic/miner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_basic/miner.cpp b/src/cryptonote_basic/miner.cpp index 919872709..7af9b3487 100644 --- a/src/cryptonote_basic/miner.cpp +++ b/src/cryptonote_basic/miner.cpp @@ -602,7 +602,7 @@ namespace cryptonote // this should take care of the case where mining is started with bg-enabled, // and then the user decides to un-check background mining, and just do // regular full-speed mining. I might just be over-doing it and thinking up - // non-existant use-cases, so if the concensus is to simplify, we can remove all this fluff. + // non-existant use-cases, so if the consensus is to simplify, we can remove all this fluff. /* while( !m_is_background_mining_enabled ) { |
