From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 14 Jul 2007 16:41:40 +0000 (+0000)
Subject: fix changelog entry
X-Git-Tag: v2.0.7~71
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=54cb6115dbaf135921b7f38cf550cd1722c1b4ac;p=nano.git

fix changelog entry


git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4133 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---

diff --git a/ChangeLog b/ChangeLog
index ff9a118b..3ed72b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,8 @@ CVS code -
 	- For efficiency, return haystack immediately if
 	  needle/rev_start is blank. (DLR)
 	- Return char* instead of const char*. (DLR)
-	- Simplify and rewrite to use strncasecmp(). (DLR)
+	- Simplify and rewrite to use the strncasecmp() equivalents.
+	  (DLR)
 - files.c:
   copy_file()
 	- Assert that inn and out don't both point to the same file.