about summary refs log tree commit diff
path: root/src/portab/vsnprintf.c
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2022-12-25 15:16:31 +0100
committerAlexander Barton <alex@barton.de>2022-12-25 15:16:31 +0100
commit56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19 (patch)
treeb74b7010099116b7ee052687c38d9534655ed18a /src/portab/vsnprintf.c
parent7b30c352a1f47fbcf020720c4aeb1a669bf37878 (diff)
downloadngircd-56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19.tar.gz
ngircd-56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19.zip
Spelling fixes, mostly in file comments
Diffstat (limited to 'src/portab/vsnprintf.c')
-rw-r--r--src/portab/vsnprintf.c2
1 files changed, 1 insertions, 1 deletions
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