diff options
author | keramida <keramida@FreeBSD.org> | 2002-05-31 00:33:40 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-05-31 00:33:40 +0000 |
commit | 2040c65febf86fee6bb39ab232d0255e46c8dfe2 (patch) | |
tree | 1ec4d1166d5c92300244a05db34c607a881c52ac /usr.bin | |
parent | c143088c4b74b323e150ef440d2950b6c875e2ca (diff) | |
download | FreeBSD-src-2040c65febf86fee6bb39ab232d0255e46c8dfe2.zip FreeBSD-src-2040c65febf86fee6bb39ab232d0255e46c8dfe2.tar.gz |
Typo: characer -> character
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/printf/printf.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index b8e3b9a..54bce36 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -269,7 +269,7 @@ The traditional behavior of converting arguments of numeric formats not beginning with a digit to the .Tn ASCII -code of the first characer is not supported. +code of the first character is not supported. .Sh SEE ALSO .Xr echo 1 , .Xr printf 3 |