Blame SOURCES/pcre-8.32-refused_spelling_terminated.patch

cb67f2
From 6f8b68f2740f3100154342338ed3d26e676dae69 Mon Sep 17 00:00:00 2001
cb67f2
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
cb67f2
Date: Mon, 7 Feb 2011 11:37:09 +0100
cb67f2
Subject: [PATCH] Fix spelling in pcretest(1) manual
cb67f2
cb67f2
I kept some non-dictionary words to be consistent.
cb67f2
Credits to John Bradshaw.
cb67f2
cb67f2
Spelling refused by upstream <http://bugs.exim.org/show_bug.cgi?id=1081#c3>:
cb67f2
cb67f2
I have applied these patches, except for "termi-nated", because my
cb67f2
Collins dictionary of spelling and word division shows "termin-ate" and
cb67f2
"termin-ating". I do know that there is a cultural difference between
cb67f2
British and American hyphenation conventions; I try to follow the
cb67f2
British ones, as exemplified in the Collins.
cb67f2
---
cb67f2
 doc/pcretest.1 | 8 ++++----
cb67f2
 1 file changed, 4 insertions(+), 4 deletions(-)
cb67f2
cb67f2
diff --git a/doc/pcretest.1 b/doc/pcretest.1
cb67f2
index 41ef6ac..258a62f 100644
cb67f2
--- a/doc/pcretest.1
cb67f2
+++ b/doc/pcretest.1
cb67f2
@@ -601,8 +601,8 @@ recognized:
cb67f2
                after a successful match (number less than 32)
cb67f2
 .\" JOIN
cb67f2
   \eCname     call pcre[16|32]_copy_named_substring() for substring
cb67f2
-               "name" after a successful match (name termin-
cb67f2
-               ated by next non alphanumeric character)
cb67f2
+               "name" after a successful match (name terminated
cb67f2
+               by next non alphanumeric character)
cb67f2
 .\" JOIN
cb67f2
   \eC+        show the current captured substrings at callout
cb67f2
                time
cb67f2
@@ -623,8 +623,8 @@ recognized:
cb67f2
                after a successful match (number less than 32)
cb67f2
 .\" JOIN
cb67f2
   \eGname     call pcre[16|32]_get_named_substring() for substring
cb67f2
-               "name" after a successful match (name termin-
cb67f2
-               ated by next non-alphanumeric character)
cb67f2
+               "name" after a successful match (name terminated
cb67f2
+               by next non-alphanumeric character)
cb67f2
 .\" JOIN
cb67f2
   \eJdd       set up a JIT stack of dd kilobytes maximum (any
cb67f2
                number of digits)
cb67f2
-- 
cb67f2
1.7.11.7
cb67f2