From 61848f172a262981fc16ce683c238354f9b67cff Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 9 Jan 2007 23:40:24 +0000
Subject: [PATCH] typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4024 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 eed26de2..c4aa214e 100644
--- a/src/search.c
+++ b/src/search.c
@@ -43,7 +43,7 @@ static bool regexp_compiled = FALSE;
 
 /* Compile the regular expression regexp to see if it's valid.  Return
  * TRUE if it is, or FALSE otherwise. */
-bool regex_init(const char *regexp)
+bool regexp_init(const char *regexp)
 {
     int rc;
 
-- 
GitLab