mirror of git://git.sv.gnu.org/nano.git
typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2939 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3fe08acd27
commit
f9782e0437
|
@ -1828,7 +1828,7 @@ bool do_statusbar_mouse(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* The user typed ouuput_len multibyte characters. Add them to the
|
||||
/* The user typed output_len multibyte characters. Add them to the
|
||||
* statusbar prompt, setting got_enter to TRUE if we get a newline, and
|
||||
* filtering out all control characters if allow_cntrls is TRUE. */
|
||||
void do_statusbar_output(char *output, size_t output_len, bool
|
||||
|
|
Loading…
Reference in New Issue