From f9782e04372ad53aeb2ff92fdb3585323cf53f6a Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 26 Jul 2005 04:18:17 +0000
Subject: [PATCH] typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2939 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/winio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c
index 4de9d567..8132f48d 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -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
-- 
GitLab