From 38494eff98e8d6aec582bef0c7f724479fb484a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20Sp=C3=B6rlein?= Date: Sat, 7 Jan 2012 16:10:23 +0000 Subject: [PATCH] Spelling fixes for bin/ --- bin/ps/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 2171bc1e5b8..f507b6a028f 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; -- 2.45.0