summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-26 09:44:49 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-26 09:44:49 +0000
commit04d0ab71b8bd608cd750f34725ad0767e1ccf3e8 (patch)
tree766abecea6246274119e2460b8bec01ba78fa397
parentfd8438eb9b6bec69a456b69a7dece77aadc06a36 (diff)
downloadpcre2-04d0ab71b8bd608cd750f34725ad0767e1ccf3e8.tar.gz
Some typos
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@80 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--Makefile.am4
-rwxr-xr-xRunGrepTest2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 34ffe63..7df1e86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ dist_doc_DATA = \
# doc/pcre-config.txt \
# doc/pcregrep.txt \
# doc/pcretest.txt \
-# NEWS \
+# NEWS
# FIXME
#dist_html_DATA = \
@@ -128,7 +128,7 @@ dist_man_MANS = \
# doc/pcre2precompile.3 \
# doc/pcre2sample.3 \
# doc/pcre2stack.3 \
-# doc/pcre2syntax.3 \
+# doc/pcre2syntax.3
# The Libtool libraries to install. We'll add to this later.
diff --git a/RunGrepTest b/RunGrepTest
index dc617a6..71cc738 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -69,7 +69,7 @@ fi
# Check for the availability of UTF-8 support
-./pcre2test -C utf >/dev/null
+./pcre2test -C unicode >/dev/null
utf8=$?
echo "Testing pcre2grep main features"