From 758d35520b7e15fd6db2e8c8f45294a9cf0514cb Mon Sep 17 00:00:00 2001 From: renelson Date: Tue, 17 Dec 2013 10:38:28 -0800 Subject: 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 Signed-off-by: renelson Issue #1968 --- cmd/mount_zfs/mount_zfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/mount_zfs/mount_zfs.c') diff --git a/cmd/mount_zfs/mount_zfs.c b/cmd/mount_zfs/mount_zfs.c index 83b57f4e9..b3c3e9a14 100644 --- a/cmd/mount_zfs/mount_zfs.c +++ b/cmd/mount_zfs/mount_zfs.c @@ -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")); -- cgit v1.2.3