Fix misspellings

This commit is contained in:
Rafael Fontenelle
2019-01-28 08:40:20 -02:00
parent 6d3545624d
commit 2b55f6420a
14 changed files with 16 additions and 16 deletions

View File

@@ -2839,7 +2839,7 @@ int main(int argc, const char **argv)
poptGetInvocationName(popt_context));
if (opt_align_payload && opt_offset)
usage(popt_context, EXIT_FAILURE, _("Option --align-payload and --offset cannot be combined."),
usage(popt_context, EXIT_FAILURE, _("Options --align-payload and --offset cannot be combined."),
poptGetInvocationName(popt_context));
if (opt_skip && (strcmp(aname, "open") ||