diff options
author | Colin Ian King <[email protected]> | 2016-06-06 22:45:26 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-06-06 14:45:26 -0700 |
commit | 2627e7524581f5189599df6daccf830e23e89a69 (patch) | |
tree | 4052970a9e75ef4523663032a5f8ace38bc8a592 /cmd/zpool | |
parent | f866a4ea1f188a3a7c4b828f42080089703779c9 (diff) |
Fix minor spelling mistakes
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4728
Diffstat (limited to 'cmd/zpool')
-rw-r--r-- | cmd/zpool/zpool_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 072404264..588af4b69 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -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" |