diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
commit | 9953595f973c461c2729e5a7cde9380a3d3d2c9a (patch) | |
tree | d145ece02284bd86561f373fcb369e260154153b /usr.bin/finger | |
parent | f4753a04d4771c2013dc576b6455d28c5e64e93e (diff) | |
download | FreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.zip FreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.tar.gz |
Spelling fixes for usr.bin/
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/finger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 6586f0a..2704a96 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -299,8 +299,8 @@ userlist(int argc, char **argv) goto net; /* - * Mark any arguments beginning with '/' as invalid so that we - * don't accidently confuse them with expansions from finger.conf + * Mark any arguments beginning with '/' as invalid so that we + * don't accidentally confuse them with expansions from finger.conf */ for (p = argv, ip = used; *p; ++p, ++ip) if (**p == '/') { |