aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2012-01-07 16:10:23 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2012-01-07 16:10:23 +0000
commit38494eff98e8d6aec582bef0c7f724479fb484a5 (patch)
treea7882f23b79cf0307c394daea118c1aa528fee5e /bin/ps
parent2f98c0ba01abebf665bebcdae288e1627c4bae81 (diff)
downloadsrc-38494eff98e8d6aec582bef0c7f724479fb484a5.tar.gz
src-38494eff98e8d6aec582bef0c7f724479fb484a5.zip
Spelling fixes for bin/
Notes
Notes: svn path=/head/; revision=229782
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 2171bc1e5b87..f507b6a028f3 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;