Fix spelling typos and grammar mistakes.

Closes: https://github.com/ibm-s390-tools/s390-tools/pull/39
Suggested-by: Dimitri John Ledkov <xnox@ubuntu.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2018-12-06 11:08:49 +01:00
parent 5a10aa73a9
commit 224dc2e414
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -167,7 +167,7 @@ static void argv_fuse_set(char **argv, int argc)
static void action_set(enum zg_action action)
{
if (g.opts.action_specified)
ERR_EXIT("Please specifiy only one of the \"-i\", \"-d\", "
ERR_EXIT("Please specify only one of the \"-i\", \"-d\", "
"\"-m\" or \"-u\" option");
g.opts.action = action;
g.opts.action_specified = 1;
@@ -183,7 +183,7 @@ static void verify_opts(void)
g.opts.action != ZG_ACTION_STDOUT &&
g.opts.action != ZG_ACTION_DUMP_INFO)
ERR_EXIT("The \"--select\" option can only be "
"specifed for info, mount, or copy");
"specified for info, mount, or copy");
}
if (!g.opts.fmt_specified)
return;