diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
commit | 487ac9ac212077c859aafc40ac9660a84d0f294e (patch) | |
tree | d145ece02284bd86561f373fcb369e260154153b /usr.bin/fstat/fstat.c | |
parent | fb2ad9d3a495c2ad70c72b3321b61f43d132fbfa (diff) | |
download | src-487ac9ac212077c859aafc40ac9660a84d0f294e.tar.gz src-487ac9ac212077c859aafc40ac9660a84d0f294e.zip |
Spelling fixes for usr.bin/
Notes
Notes:
svn path=/head/; revision=228992
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 159ceb9ae6db..6014dddc47c2 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -150,7 +150,7 @@ do_fstat(int argc, char **argv) if (getfname(*argv)) checkfile = 1; } - if (!checkfile) /* file(s) specified, but none accessable */ + if (!checkfile) /* file(s) specified, but none accessible */ exit(1); } |