Spell 'set' as 'cleared' where appropriate.
This commit is contained in:
parent
722fa29f92
commit
3cd3c6966d
@ -249,7 +249,7 @@ main(argc, argv)
|
||||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_ACLS;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -291,7 +291,7 @@ main(argc, argv)
|
||||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_MULTILABEL;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user