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:
Craig Small 2021-03-11 21:45:14 +11:00
parent 2a3997e2f0
commit 32b3dafdcd

2
free.c
View File

@ -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;
}