Skip to content

Commit

Permalink
libcli:smbreadline: Fix code spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk committed Jun 23, 2023
1 parent 91eb3f1 commit 232f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcli/smbreadline/smbreadline.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 232f281

Please sign in to comment.