]> git.proxmox.com Git - mirror_frr.git/commitdiff
vtysh: Fix typo in warning message for `-b -f ...`
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 25 May 2023 07:20:29 +0000 (10:20 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 25 May 2023 07:20:53 +0000 (10:20 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
vtysh/vtysh_main.c

index 860d79d5f9adaf02f137a5f17710803f56d580d8..20254fcd537c2a99a626f8c85356bbe020d3f68e 100644 (file)
@@ -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,