From: Andreas Schneider Date: Tue, 6 Jun 2023 10:51:39 +0000 (+0200) Subject: libcli:smbreadline: Fix code spelling X-Git-Tag: talloc-2.4.1~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=232f281bd40c39498e69a6f4ae6759d8acafcfc0;p=thirdparty%2Fsamba.git libcli:smbreadline: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/libcli/smbreadline/smbreadline.c b/libcli/smbreadline/smbreadline.c index 6929209be20..0a95c6319e5 100644 --- a/libcli/smbreadline/smbreadline.c +++ b/libcli/smbreadline/smbreadline.c @@ -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. */