the "utmp" group already, and it appears to be generally understood
that members of "utmp" can modify/flush the utmp/wtmp/lastlog/btmp
databases. Previously this was implemented correctly for all these
- databases excepts btmp, which has been opened up like this now
+ databases except btmp, which has been opened up like this now
too. Note that while the other databases are world-readable
(i.e. 0644), btmp is not and remains more restrictive.
if (optind + 1 != argc)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
- "%s excepts exactly one argument (the mount point).",
+ "%s expects exactly one argument (the mount point).",
program_invocation_short_name);
arg_target = argv[optind];