Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccconnor committed Apr 12, 2019
1 parent 8082863 commit 50da4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/bitcoinunits.cpp
Expand Up @@ -43,8 +43,8 @@ QString BitcoinUnits::longName(int unit)
switch(unit)
{
case BTC: return QString("BCD");
case mBTC: return QString("mBTD");
case uBTC: return QString::fromUtf8("µBTD (bits)");
case mBTC: return QString("mBCD");
case uBTC: return QString::fromUtf8("µBCD (bits)");
case SAT: return QString("Satoshi (sat)");
default: return QString("???");
}
Expand Down

0 comments on commit 50da4f7

Please sign in to comment.