Spelling fixes for bin/

This commit is contained in:
Ulrich Spörlein 2012-01-07 16:10:23 +00:00
parent 2f98c0ba01
commit 38494eff98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229782

View File

@ -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;