]> git.wh0rd.org Git - nano.git/commitdiff
comment fixes for consistency: "Meta" -> "meta"
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 24 May 2004 18:40:41 +0000 (18:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 24 May 2004 18:40:41 +0000 (18:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1762 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 359abfecdb6f39cff5ef3b325130fe4f0fc6452e..6b2cc781d8eaafedab498f7bb315548221a33907 100644 (file)
@@ -996,7 +996,7 @@ int get_mouseinput(int *mouse_x, int *mouse_y, int allow_shortcuts)
        for (; j > 0; j--)
            s = s->next;
 
-       /* And ungetch() the equivalent control key.  If it's a Meta key
+       /* And ungetch() the equivalent control key.  If it's a meta key
         * sequence, we need to ungetch() Escape too.  Assume that the
         * shortcut has an equivalent control key, meta key sequence, or
         * both. */
@@ -1485,7 +1485,7 @@ int nanogetstr(int allowtabs, const char *buf, const char *def,
                            kbinput);
 #endif
                    if (meta_key == TRUE && (kbinput == t->metaval || kbinput == t->miscval))
-                       /* We hit a Meta key.  Do like above.  We don't
+                       /* We hit a meta key.  Do like above.  We don't
                         * just ungetch() the letter and let it get
                         * caught above cause that screws the
                         * keypad... */