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/zinject/zinject.c | |
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/zinject/zinject.c')
-rw-r--r-- | cmd/zinject/zinject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zinject/zinject.c b/cmd/zinject/zinject.c index f355ebd45..e687b733c 100644 --- a/cmd/zinject/zinject.c +++ b/cmd/zinject/zinject.c @@ -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" |