[exim-cvs] Typo: PRE_PRERELEASE -> PCRE_PRERELEASE

Página Inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Assunto: [exim-cvs] Typo: PRE_PRERELEASE -> PCRE_PRERELEASE
Gitweb: http://git.exim.org/exim.git/commitdiff/decd95cb1e8bf1f690c777c502e996fac9c79658
Commit:     decd95cb1e8bf1f690c777c502e996fac9c79658
Parent:     8c79eebfd4af6c2f480267b2396bbdf5592919a8
Author:     Phil Pennock <pdp@???>
AuthorDate: Sun May 20 05:34:57 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Sun May 20 05:34:57 2012 -0400


    Typo: PRE_PRERELEASE -> PCRE_PRERELEASE


    Noted by Moritz Wilhelmy.
---
 src/src/exim.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/src/exim.c b/src/src/exim.c
index af01d40..76355af 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -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