diff options
Diffstat (limited to 'staging')
-rw-r--r-- | staging/cli_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/cli_cmds.c b/staging/cli_cmds.c index 3304410..5e0babd 100644 --- a/staging/cli_cmds.c +++ b/staging/cli_cmds.c @@ -1025,7 +1025,7 @@ int cmd_run_sequence (struct cli_def *cli, const char *command, char *argv[], in } ret = mops_tx_sequence(cur); switch (ret) { - case 0: cli_print(cli, "Sequence %s is runnning\n", cur->name); + case 0: cli_print(cli, "Sequence %s is running\n", cur->name); break; case 1: cli_print(cli, "Cannot run sequence: All packets must be in config state!\n"); break; |