summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-07 16:10:23 +0000
committeruqs <uqs@FreeBSD.org>2012-01-07 16:10:23 +0000
commita57e93785128519833b464e697ab35fa9560c9ad (patch)
treea7882f23b79cf0307c394daea118c1aa528fee5e /bin/ps
parentc1face14490f3d551ed8779b066827233d256fcf (diff)
downloadFreeBSD-src-a57e93785128519833b464e697ab35fa9560c9ad.zip
FreeBSD-src-a57e93785128519833b464e697ab35fa9560c9ad.tar.gz
Spelling fixes for bin/
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c2
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;
OpenPOWER on IntegriCloud