Skip to content

Commit

Permalink
s/tool long/too long/
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Behlendorf <[email protected]>
  • Loading branch information
problame and behlendorf authored Feb 17, 2021
1 parent 1e976ae commit 417aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ztest/ztest.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ process_options(int argc, char **argv)
if (strlcpy(v, optarg, ZO_GVARS_MAX_ARGLEN) >=
ZO_GVARS_MAX_ARGLEN) {
(void) fprintf(stderr,
"global var option '%s' is tool long\n",
"global var option '%s' is too long\n",
optarg);
usage(B_FALSE);
}
Expand Down

0 comments on commit 417aac2

Please sign in to comment.