Fix grammar in parse_options() error message

A minor grammar error was corrected in in the parse_options()
error handling for the ENOENT case.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: renelson <bnelson@nelsonbe.com>
Issue #1968
This commit is contained in:
renelson 2013-12-17 10:38:28 -08:00 committed by Brian Behlendorf
parent 7dc71949f2
commit 758d35520b
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ main(int argc, char **argv)
return (MOUNT_SYSERR);
case ENOENT:
(void) fprintf(stderr, gettext("filesystem '%s' "
"cannot be mounted of due invalid option "
"cannot be mounted due to invalid option "
"'%s'.\n"), dataset, badopt);
(void) fprintf(stderr, gettext("Use the '-s' option "
"to ignore the bad mount option.\n"));