]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix minor spelling mistakes
authorColin Ian King <colin.king@canonical.com>
Mon, 6 Jun 2016 21:45:26 +0000 (22:45 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 6 Jun 2016 21:45:26 +0000 (14:45 -0700)
Trivial spelling mistake fix in error message text.

* Fix spelling mistake "adminstrator" -> "administrator"
* Fix spelling mistake "specificed" -> "specified"
* Fix spelling mistake "interperted" -> "interpreted"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4728

cmd/zinject/zinject.c
cmd/zpios/zpios_main.c
cmd/zpool/zpool_main.c

index f355ebd454965a7bf50d19c70b18980b1f0ed51c..e687b733c43a10004df5e2c8e331c5f90fd671f5 100644 (file)
@@ -222,7 +222,7 @@ usage(void)
            "\tzinject -c <id|all>\n"
            "\n"
            "\t\tClear the particular record (if given a numeric ID), or\n"
-           "\t\tall records if 'all' is specificed.\n"
+           "\t\tall records if 'all' is specified.\n"
            "\n"
            "\tzinject -p <function name> pool\n"
            "\t\tInject a panic fault at the specified function. Only \n"
@@ -289,7 +289,7 @@ usage(void)
            "\n"
            "\t\tInject an error into the object specified by the '-t' option\n"
            "\t\tand the object descriptor.  The 'object' parameter is\n"
-           "\t\tinterperted depending on the '-t' option.\n"
+           "\t\tinterpreted depending on the '-t' option.\n"
            "\n"
            "\t\t-q\tQuiet mode.  Only print out the handler number added.\n"
            "\t\t-e\tInject a specific error.  Must be either 'io' or\n"
index e6e88f60d9407d88ef72a207e95507fe30151462..d0e3f7b91aac0db6b9056f968e6cf487b77458f0 100644 (file)
@@ -343,7 +343,7 @@ args_init(int argc, char **argv)
        check_mutual_exclusive_command_lines(fl_cs, "chunksize");
 
        if (args->pool == NULL) {
-               fprintf(stderr, "Error: Pool not specificed\n");
+               fprintf(stderr, "Error: Pool not specified\n");
                usage();
                args_fini(args);
                return (NULL);
index 072404264b0169857714892a9a1069222a429d55..588af4b695fd0b76a962b983c230ee9432070191 100644 (file)
@@ -5860,7 +5860,7 @@ status_callback(zpool_handle_t *zhp, void *data)
        case ZPOOL_STATUS_BAD_LOG:
                (void) printf(gettext("status: An intent log record "
                    "could not be read.\n"
-                   "\tWaiting for adminstrator intervention to fix the "
+                   "\tWaiting for administrator intervention to fix the "
                    "faulted pool.\n"));
                (void) printf(gettext("action: Either restore the affected "
                    "device(s) and run 'zpool online',\n"