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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to