mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Spell 'set' as 'cleared' where appropriate.
This commit is contained in:
parent
3a3b49aaff
commit
c2cd97a3d0
1 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@ again:
|
|||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_ACLS;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -291,7 +291,7 @@ again:
|
|||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_MULTILABEL;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue