From fcacef5af9e52204926480fbdeb9a238ecab31d1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 19 Jul 2022 14:30:07 +0200 Subject: Fix typos found by codespell --- src/balance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/balance.h') diff --git a/src/balance.h b/src/balance.h index 4fc33ef4..9a423b48 100644 --- a/src/balance.h +++ b/src/balance.h @@ -60,7 +60,7 @@ DECLARE_EXCEPTION(balance_error, std::runtime_error); * * @brief A wrapper around amount_t allowing addition of multiple commodities. * - * The balance_t class is appopriate for keeping a running balance + * The balance_t class is appropriate for keeping a running balance * where amounts of multiple commodities may be involved. */ class balance_t -- cgit v1.2.3