summaryrefslogtreecommitdiff
path: root/pcredemo.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-28 15:27:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-28 15:27:45 +0000
commitd75d60ccf113fbf7ad468779cfbb99e98bcf314d (patch)
tree9492615fdb4fa6e649d94015e125fba57ffc8af1 /pcredemo.c
parent2632490aab1c1b12d5e6222a238a7f77a1b74699 (diff)
downloadpcre-d75d60ccf113fbf7ad468779cfbb99e98bcf314d.tar.gz
File tidy-up for 7.6 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@319 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcredemo.c')
-rw-r--r--pcredemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcredemo.c b/pcredemo.c
index 87352b9..3647568 100644
--- a/pcredemo.c
+++ b/pcredemo.c
@@ -4,7 +4,7 @@
/* This is a demonstration program to illustrate the most straightforward ways
of calling the PCRE regular expression library from a C program. See the
-pcresample documentation for a short discussion ("man pcresample" if you have
+pcresample documentation for a short discussion ("man pcresample" if you have
the PCRE man pages installed).
In Unix-like environments, compile this program thuswise: