]> git.wh0rd.org Git - nano.git/commitdiff
fix wrong word
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 23 Oct 2004 02:48:13 +0000 (02:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 23 Oct 2004 02:48:13 +0000 (02:48 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2016 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index fda42a73c159cd149e0fa42b512fd75d60b5e45b..5a8ae1c12e40a67925ebeda79d0e50a45623fe91 100644 (file)
@@ -108,7 +108,7 @@ void unget_kbinput(int kbinput, bool meta_key, bool func_key)
 {
     /* If this character is outside the ASCII range and func_key is
      * FALSE, treat it as a wide character and put back its equivalent
-     * multibyte sequence. */
+     * UTF-8 sequence. */
     if (kbinput > 255 && !func_key)
     {
        int i;