diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:56:04 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:56:04 -0500 | 
| commit | 11743d10412b5eb3128b9f8a4578fe8396140b94 (patch) | |
| tree | 05c1ac4ba3b3c1e0722a155373a9fbb35b4f4d6d /vtysh/vtysh_main.c | |
| parent | e1f79be5ed4ec473493470e3122a6da441cdabf2 (diff) | |
vtysh: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vtysh/vtysh_main.c')
| -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 76956574cc..a4f27b61cb 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")) {  | 
