1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

libcli:smbreadline: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-06-06 12:51:39 +02:00 committed by Andreas Schneider
parent 91eb3f1d22
commit 232f281bd4

View 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. */