summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-20 05:34:57 -0400
committerPhil Pennock <pdp@exim.org>2012-05-20 05:34:57 -0400
commitdecd95cb1e8bf1f690c777c502e996fac9c79658 (patch)
tree203219ce870a7afbbf7dad22f2d0e7d5ab5bd1bd /src
parent8c79eebfd4af6c2f480267b2396bbdf5592919a8 (diff)
Typo: PRE_PRERELEASE -> PCRE_PRERELEASE
Noted by Moritz Wilhelmy.
Diffstat (limited to 'src')
-rw-r--r--src/src/exim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/exim.c b/src/src/exim.c
index af01d40d4..76355afcc 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