From 979286c65e2d53ca5f49954ce4b2a0913942fe90 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 15 Nov 2005 06:47:22 +0000
Subject: [PATCH] comment fix

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

diff --git a/src/search.c b/src/search.c
index 9c7d3652..fe9557d2 100644
--- a/src/search.c
+++ b/src/search.c
@@ -257,7 +257,7 @@ int search_init(bool replacing, bool use_answer)
 /* Look for needle, starting at (current, current_x).  If no_sameline is
  * TRUE, skip over begin when looking for needle.  begin is the line
  * where we first started searching, at column begin_x.  If
- * can_display_wrap is TRUE, we put messages on the statusbar, wrap
+ * can_display_wrap is TRUE, we put messages on the statusbar and wrap
  * around the file boundaries.  The return value specifies whether we
  * found anything.  If we did, set needle_len to the length of the
  * string we found if it isn't NULL. */
-- 
GitLab