summaryrefslogtreecommitdiff
path: root/pcregrep.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-19 15:36:57 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-19 15:36:57 +0000
commit3d0a81dbf14c870df3ab19470bee0c29e1999521 (patch)
tree511475cb8f16f29d723c3fed946eb744895e2fed /pcregrep.c
parent840d6a79dec6e3b5c1324207043fb93dea810223 (diff)
downloadpcre-3d0a81dbf14c870df3ab19470bee0c29e1999521.tar.gz
Source tidies for 8.34-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1404 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcregrep.c')
-rw-r--r--pcregrep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcregrep.c b/pcregrep.c
index d0d6c50..f6b6ec3 100644
--- a/pcregrep.c
+++ b/pcregrep.c
@@ -4,7 +4,7 @@
/* This is a grep program that uses the PCRE regular expression library to do
its pattern matching. On Unix-like, Windows, and native z/OS systems it can
-recurse into directories, and in z/OS it can handle PDS files.
+recurse into directories, and in z/OS it can handle PDS files.
Note that for native z/OS, in addition to defining the NATIVE_ZOS macro, an
additional header is required. That header is not included in the main PCRE
@@ -2142,7 +2142,7 @@ zos_test_file = fopen(pathname,"rb");
if (zos_test_file == NULL)
{
- if (!silent) fprintf(stderr, "pcregrep: failed to test next file %s\n",
+ if (!silent) fprintf(stderr, "pcregrep: failed to test next file %s\n",
pathname, strerror(errno));
return -1;
}