]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 8 Jun 2005 20:23:06 +0000 (20:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 8 Jun 2005 20:23:06 +0000 (20:23 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2616 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/rcfile.c
src/winio.c

index 5f7fc2ab48758dd1f9a954ee6272527ef86ab438..a6285124e48d84c137b16ac77b9290c5be103a4b 100644 (file)
@@ -107,7 +107,7 @@ static colortype *endcolor = NULL;
 #endif
 
 /* We have an error in some part of the rcfile.  Put it on stderr and
- * make the user hit return to continue starting up nano. */
+ * make the user hit Return to continue starting up nano. */
 void rcfile_error(const char *msg, ...)
 {
     va_list ap;
index 335cabe59013c2ec8749d6da23af5163eb6e5521..7bb7366f003dba3fca671f102c65cf6fb99a5b73 100644 (file)
@@ -1511,8 +1511,8 @@ bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts)
                currslen = MAIN_VISIBLE;
        }
 
-       /* Calculate the width of each shortcut in the list (it's the
-        * same for all of them). */
+       /* Calculate the width of each shortcut in the list.  It's the
+        * same for all of them. */
        if (currslen < 2)
            i = COLS / 6;
        else