diff options
| author | Alexander Barton <alex@barton.de> | 2022-12-25 15:16:31 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2022-12-25 15:16:31 +0100 |
| commit | 56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19 (patch) | |
| tree | b74b7010099116b7ee052687c38d9534655ed18a /src/portab/vsnprintf.c | |
| parent | 7b30c352a1f47fbcf020720c4aeb1a669bf37878 (diff) | |
| download | ngircd-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.c | 2 |
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 |