Date: Sun, 11 Aug 2002 06:05:30 -0700 (PDT) From: Jens Schweikhardt <schweikh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c src/lib/libc/gen fmtmsg.3 src/lib/libc/stdio printf.3 src/libexec/revnetgroup revnetgroup.8 src/share/termcap termcap.src src/sys/kern kern_proc.c src/tools/tools/kdrv sample.drvinfo src/usr.bin/paste paste.1 ... Message-ID: <200208111305.g7BD5UL3075364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
schweikh 2002/08/11 06:05:30 PDT Modified files: bin/ls ls.c lib/libc/gen fmtmsg.3 lib/libc/stdio printf.3 libexec/revnetgroup revnetgroup.8 share/termcap termcap.src sys/kern kern_proc.c tools/tools/kdrv sample.drvinfo usr.bin/paste paste.1 usr.bin/xargs xargs.c usr.sbin/lpr/common_source matchjobs.c usr.sbin/pkg_install/lib version.c Log: Fix typos; each file has at least one s/seperat/separat/ (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days Revision Changes Path 1.64 +1 -1 src/bin/ls/ls.c 1.2 +4 -4 src/lib/libc/gen/fmtmsg.3 1.44 +3 -3 src/lib/libc/stdio/printf.3 1.12 +1 -1 src/libexec/revnetgroup/revnetgroup.8 1.124 +12 -12 src/share/termcap/termcap.src 1.143 +5 -5 src/sys/kern/kern_proc.c 1.5 +1 -1 src/tools/tools/kdrv/sample.drvinfo 1.13 +1 -1 src/usr.bin/paste/paste.1 1.42 +2 -2 src/usr.bin/xargs/xargs.c 1.3 +1 -1 src/usr.sbin/lpr/common_source/matchjobs.c 1.4 +6 -6 src/usr.sbin/pkg_install/lib/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208111305.g7BD5UL3075364>