From 0df61f1aaccd7939833ba60ea263c18b6d13058b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 8 Jun 2005 20:23:06 +0000
Subject: [PATCH] cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2616 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/rcfile.c | 2 +-
 src/winio.c  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/rcfile.c b/src/rcfile.c
index 5f7fc2ab..a6285124 100644
--- a/src/rcfile.c
+++ b/src/rcfile.c
@@ -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;
diff --git a/src/winio.c b/src/winio.c
index 335cabe5..7bb7366f 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -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
-- 
GitLab