diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:56:04 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 18:56:04 +0100 |
commit | 11743d10412b5eb3128b9f8a4578fe8396140b94 (patch) | |
tree | 05c1ac4ba3b3c1e0722a155373a9fbb35b4f4d6d /vtysh/vtysh_main.c | |
parent | tests: Fix spelling and grammar mistakes (diff) | |
download | frr-11743d10412b5eb3128b9f8a4578fe8396140b94.tar.xz frr-11743d10412b5eb3128b9f8a4578fe8396140b94.zip |
vtysh: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | vtysh/vtysh_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 76956574c..a4f27b61c 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -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")) { |