mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Spelling fixes for bin/
This commit is contained in:
parent
2f98c0ba01
commit
38494eff98
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue