summaryrefslogtreecommitdiff
path: root/src/pcre2grep.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-05 15:40:06 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-05 15:40:06 +0000
commit69e79281e2412f0421447c9f0728797fe2ba1266 (patch)
treec2fb871ba75cfc7326ab952bd08c64f825818a02 /src/pcre2grep.c
parentdf31642fca56df837a2c9cfaf0ddee998b350214 (diff)
downloadpcre2-69e79281e2412f0421447c9f0728797fe2ba1266.tar.gz
Fix typo and remove extraneous blank lines.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@733 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2grep.c')
-rw-r--r--src/pcre2grep.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pcre2grep.c b/src/pcre2grep.c
index d95e7d7..a58a41c 100644
--- a/src/pcre2grep.c
+++ b/src/pcre2grep.c
@@ -1537,7 +1537,7 @@ switch(endlinetype)
case '\v': /* VT */
case '\f': /* FF */
case '\r': /* CR */
-#ifndef EBCDIE
+#ifndef EBCDIC
case 0x85: /* Unicode NEL */
case 0x2028: /* Unicode LS */
case 0x2029: /* Unicode PS */
@@ -1557,8 +1557,6 @@ switch(endlinetype)
-
-
/*************************************************
* Print the previous "after" lines *
*************************************************/
@@ -1673,7 +1671,7 @@ executable name, and the following substrings specify the arguments:
program_name|param1|param2|...
-Any substirng (including the program name) can contain escape sequences
+Any substring (including the program name) can contain escape sequences
started by the dollar character. The escape sequences are substituted as
follows:
@@ -2951,7 +2949,6 @@ return options;
-
/*************************************************
* Construct printed ordinal *
*************************************************/