From c550549783bebcdf2a904074d4c47ab6d762f328 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 24 Jul 2018 18:41:59 +1000 Subject: [PATCH] Correct spelling mistake in utils.c --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 496be5e..f821798 100644 --- a/src/utils.c +++ b/src/utils.c @@ -550,7 +550,7 @@ ssize_t l_strfmon (char *restrict buf, size_t maxsize, if (strstr(format, "!") == NULL) { /* Insert lconvinfo.currency_symbol to s. - NB: add_currecy_symbol == true assumes a POSIX locale and + NB: add_currency_symbol == true assumes a POSIX locale and that the character encoding is ASCII-safe (such as by being ASCII itself, or UTF-8). */ const char *sym = lconvinfo.currency_symbol;