From 0b7d911ec39a45140866cbdbf6537d7062e73124 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 25 May 2023 10:20:29 +0300 Subject: [PATCH] vtysh: Fix typo in warning message for `-b -f ...` Signed-off-by: Donatas Abraitis --- vtysh/vtysh_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 860d79d5f9..20254fcd53 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -463,7 +463,7 @@ int main(int argc, char **argv, char **env) } if (inputfile && (writeconfig || boot_flag)) { fprintf(stderr, - "WARNING: Combinining the -f option with -b or -w is NOT SUPPORTED since its\nresults are inconsistent!\n"); + "WARNING: Combining the -f option with -b or -w is NOT SUPPORTED since its\nresults are inconsistent!\n"); } snprintf(vtysh_config, sizeof(vtysh_config), "%s%s%s", sysconfdir,