diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:10:23 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:10:23 +0000 |
commit | a57e93785128519833b464e697ab35fa9560c9ad (patch) | |
tree | a7882f23b79cf0307c394daea118c1aa528fee5e /bin/ps | |
parent | c1face14490f3d551ed8779b066827233d256fcf (diff) | |
download | FreeBSD-src-a57e93785128519833b464e697ab35fa9560c9ad.zip FreeBSD-src-a57e93785128519833b464e697ab35fa9560c9ad.tar.gz |
Spelling fixes for bin/
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 2171bc1..f507b6a 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -625,7 +625,7 @@ main(int argc, char *argv[]) ks = STAILQ_FIRST(&kinfo[i].ki_ks); STAILQ_REMOVE_HEAD(&kinfo[i].ki_ks, ks_next); - /* Truncate rightmost column if neccessary. */ + /* Truncate rightmost column if necessary. */ if (STAILQ_NEXT(vent, next_ve) == NULL && termwidth != UNLIMITED && ks->ks_str != NULL) { left = termwidth - linelen; |