From 56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 25 Dec 2022 15:16:31 +0100 Subject: Spelling fixes, mostly in file comments --- src/portab/vsnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/portab/vsnprintf.c') diff --git a/src/portab/vsnprintf.c b/src/portab/vsnprintf.c index 4c65db1f..d3b2a888 100644 --- a/src/portab/vsnprintf.c +++ b/src/portab/vsnprintf.c @@ -45,7 +45,7 @@ * probably requires libm on most operating systems. Don't yet * support the exponent (e,E) and sigfig (g,G). Also, fmtint() * was pretty badly broken, it just wasn't being exercised in ways - * which showed it, so that's been fixed. Also, formated the code + * which showed it, so that's been fixed. Also, formatted the code * to mutt conventions, and removed dead code left over from the * original. Also, there is now a builtin-test, just compile with: * gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm -- cgit 1.4.1