From fda18c393509c98386f8ea3801b8ed582c49b4da Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 14 May 2004 03:50:49 +0000
Subject: [PATCH] one last comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c
index b46dfca2..3cc1485b 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2481,7 +2481,7 @@ int do_justify(int full_justify)
 		quote_len; 
 
 	    /* justify_format() removes excess spaces from the line, and
-	     * changes tabs to spaces.  The first argument, 0, means
+	     * changes tabs to spaces.  The first argument, FALSE, means
 	     * don't change the line, just say whether there are changes
 	     * to be made.  If there are, we do backup_lines(), which
 	     * copies the original paragraph to the cutbuffer for
-- 
GitLab