From 232f281bd40c39498e69a6f4ae6759d8acafcfc0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 6 Jun 2023 12:51:39 +0200 Subject: [PATCH] libcli:smbreadline: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- libcli/smbreadline/smbreadline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.4.GIT