Typo: PRE_PRERELEASE -> PCRE_PRERELEASE
authorPhil Pennock <pdp@exim.org>
Sun, 20 May 2012 09:34:57 +0000 (05:34 -0400)
committerPhil Pennock <pdp@exim.org>
Sun, 20 May 2012 09:34:57 +0000 (05:34 -0400)
Noted by Moritz Wilhelmy.

src/src/exim.c

index af01d40d468fef80f9d7718d0a401db8cfe2a6c0..76355afcc7bc9d6c6bfcf798c8462cce12cce13c 100644 (file)
@@ -976,7 +976,7 @@ DEBUG(D_any) do {
     }
   }
 
-  /* PRE_PRERELEASE is either defined and empty or a bare sequence of
+  /* PCRE_PRERELEASE is either defined and empty or a bare sequence of
   characters; unless it's an ancient version of PCRE in which case it
   is not defined. */
 #ifndef PCRE_PRERELEASE