diff options
author | Ben Sima <ben@bsima.me> | 2021-06-30 09:59:07 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-06-30 09:59:07 -0400 |
commit | 270638d4436e607988fac23666d68f2977d5b1a2 (patch) | |
tree | 45b49e29245d403ad8ef00e004227e7bbdaf6783 | |
parent | 4a9ba3c5e6ea496cf44eff4061774a4943d2a7f1 (diff) |
fix typo
-rwxr-xr-x | hledger-overview.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hledger-overview.hs b/hledger-overview.hs index 61825e9..227c1a4 100755 --- a/hledger-overview.hs +++ b/hledger-overview.hs @@ -43,7 +43,7 @@ main = do >>= \case ["sat"] -> banner "sats" >> pure (SAT, janj "sat") ["sats"] -> banner "sats" >> pure (SAT, janj "sat") - ["btc"] -> banner "bitcion" >> pure (BTC, janj "BTC") + ["btc"] -> banner "bitcoin" >> pure (BTC, janj "BTC") _ -> banner "fiat" >> pure (USD, janj "USD") let reportopts = defreportopts {value_ = value_} |