diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-06-06 05:50:53 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-06-06 05:50:53 +0000 |
commit | 0d7d76d9824e92ac3e2d5c95c38338e47b940aad (patch) | |
tree | be821f05efcc76f3383e79528b109973541e2d79 /lib/libc/stdio/printf.3 | |
parent | b4a37e244c5a9f59a7cc8f6048914ad390dd6bb6 (diff) | |
download | FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.zip FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.tar.gz |
Spelling corrections.
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 6d5ad8a..6d2affb 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -625,7 +625,7 @@ The functions and .Fn vasprintf first appeared in the GNU C library. This implementation is thought -to be compatable but is not derived from the GNU code. This implementation +to be compatible but is not derived from the GNU code. This implementation was written by Peter Wemm <peter@FreeBSD.org> and first appeared in .Fx 2.2 . .Sh BUGS |