]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: Fix spelling mistakes
authorDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:56:04 +0000 (12:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:56:04 +0000 (12:56 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
vtysh/vtysh.c
vtysh/vtysh_main.c

index 8e95aaa47cc6eb6d60d3ec4f053cd6f180b87852..336fe8b30e70f1949898def4fe1c7cf7beed3b16 100644 (file)
@@ -818,7 +818,7 @@ int vtysh_mark_file(const char *filename)
        return 0;
 }
 
-/* Configration make from file. */
+/* Configuration make from file. */
 int vtysh_config_from_file(struct vty *vty, FILE *fp)
 {
        int ret;
@@ -1586,7 +1586,7 @@ DEFUNSH(VTYSH_REALLYALL, vtysh_end_all, vtysh_end_all_cmd, "end",
 
 DEFUNSH(VTYSH_ZEBRA, srv6, srv6_cmd,
        "srv6",
-       "Segment-Routing SRv6 configration\n")
+       "Segment-Routing SRv6 configuration\n")
 {
        vty->node = SRV6_NODE;
        return CMD_SUCCESS;
@@ -1594,7 +1594,7 @@ DEFUNSH(VTYSH_ZEBRA, srv6, srv6_cmd,
 
 DEFUNSH(VTYSH_ZEBRA, srv6_locators, srv6_locators_cmd,
        "locators",
-       "Segment-Routing SRv6 locators configration\n")
+       "Segment-Routing SRv6 locators configuration\n")
 {
        vty->node = SRV6_LOCS_NODE;
        return CMD_SUCCESS;
index 76956574cca3af816319970c54afaa048b2ca70c..a4f27b61cb3fafa31bcd8e9c78456d9c69012ebe 100644 (file)
@@ -587,7 +587,7 @@ int main(int argc, char **argv, char **env)
         * Setup history file for use by both -c and regular input
         * If we can't find the home directory, then don't store
         * the history information.
-        * VTYSH_HISTFILE is prefered over command line
+        * VTYSH_HISTFILE is preferred over command line
         * argument (-H/--histfile).
         */
        if (getenv("VTYSH_HISTFILE")) {