From d4cf1fd0ca6a5f39cf34dc94d84bd3337658f0da Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 21 Apr 2007 20:33:56 +0000
Subject: [PATCH] one last cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4095 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/files.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/files.c b/src/files.c
index adbd8e65..74fbeafa 100644
--- a/src/files.c
+++ b/src/files.c
@@ -1797,9 +1797,9 @@ bool do_writeout(bool exiting)
 	backupstr = ISSET(BACKUP_FILE) ? _(" [Backup]") : "";
 
 	/* If we're using restricted mode, don't display the "Write
-	 * Selection to File" prompt.  This is disabled, since it allows
-	 * reading from or writing to files not specified on the command
-	 * line. */
+	 * Selection to File" prompt.  This function is disabled, since
+	 * it allows reading from or writing to files not specified on
+	 * the command line. */
 	if (!ISSET(RESTRICTED) && !exiting && openfile->mark_set)
 	    msg = (append == PREPEND) ?
 		_("Prepend Selection to File") : (append == APPEND) ?
@@ -1958,9 +1958,9 @@ bool do_writeout(bool exiting)
 	    align(&answer);
 
 	    /* Here's where we allow the selected text to be written to
-	     * a separate file.  If we're using restricted mode, this is
-	     * disabled, since it allows reading from or writing to
-	     * files not specified on the command line. */
+	     * a separate file.  If we're using restricted mode, this
+	     * function is disabled, since it allows reading from or
+	     * writing to files not specified on the command line. */
 	    retval =
 #ifndef NANO_TINY
 		(!ISSET(RESTRICTED) && !exiting && openfile->mark_set) ?
-- 
GitLab