svn commit: r229782 - head/bin/ps

Ulrich Spoerlein uqs at FreeBSD.org
Sat Jan 7 16:10:24 UTC 2012


Author: uqs
Date: Sat Jan  7 16:10:23 2012
New Revision: 229782
URL: http://svn.freebsd.org/changeset/base/229782

Log:
  Spelling fixes for bin/

Modified:
  head/bin/ps/ps.c

Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c	Sat Jan  7 16:10:15 2012	(r229781)
+++ head/bin/ps/ps.c	Sat Jan  7 16:10:23 2012	(r229782)
@@ -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;


More information about the svn-src-all mailing list