diff options
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/cli.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 1710724abd6..c9c578f253c 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -380,7 +380,7 @@ cli_opt_parse (char *opt, struct cli_state *state)          oarg = strtail (opt, "timeout=");          if (oarg) {                  if (!is_valid_int (oarg) || atoi(oarg) <= 0) { -                        cli_err ("timeout value should be a postive integer"); +                        cli_err ("timeout value should be a positive integer");                          return -2; /* -2 instead of -1 to avoid unknown option                                        error */                  }  | 
