free: Typo fix in error messages
doesn't to don't References: #195 Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
parent
2a3997e2f0
commit
32b3dafdcd
2
free.c
2
free.c
@ -188,7 +188,7 @@ static void check_unit_set(int *unit_set)
|
||||
{
|
||||
if (*unit_set)
|
||||
xerrx(EXIT_FAILURE,
|
||||
_("Multiple unit options doesn't make sense."));
|
||||
_("Multiple unit options don't make sense."));
|
||||
*unit_set = 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user