1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

Correct spelling mistake in utils.c

This commit is contained in:
John Zaitseff 2018-07-24 18:41:59 +10:00
parent 4ebf83c067
commit c550549783

View File

@ -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;