]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 9 Jan 2007 23:40:24 +0000 (23:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 9 Jan 2007 23:40:24 +0000 (23:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4024 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index eed26de27fc9b79ba82b63535ef1ebfe7e1d25e2..c4aa214ec6c63e8e0003518377ee9ee28852997a 100644 (file)
@@ -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;