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/zpios | |
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/zpios')
-rw-r--r-- | cmd/zpios/zpios_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zpios/zpios_main.c b/cmd/zpios/zpios_main.c index e6e88f60d..d0e3f7b91 100644 --- a/cmd/zpios/zpios_main.c +++ b/cmd/zpios/zpios_main.c @@ -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); |