From 8d6b56dbb6ca8ba9f72f0188d6030719ad47e772 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 26 Sep 2014 09:44:49 +0000 Subject: [PATCH] Some typos --- Makefile.am | 4 ++-- RunGrepTest | 2 +- 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"