]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli:smbreadline: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jun 2023 10:51:39 +0000 (12:51 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 23 Jun 2023 13:44:31 +0000 (13:44 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/smbreadline/smbreadline.c

index 6929209be206a85583915062b718b1af166633ff..0a95c6319e51673b969a46539495031fb6c715c8 100644 (file)
@@ -124,7 +124,7 @@ char *smb_readline(const char *prompt, void (*callback)(void),
 
 #ifdef HAVE_LIBREADLINE
 
-       /* Aargh!  Readline does bizzare things with the terminal width
+       /* Aargh!  Readline does bizarre things with the terminal width
        that mucks up expect(1).  Set CLI_NO_READLINE in the environment
        to force readline not to be used. */