Blame SOURCES/pcre-8.32-refused_spelling_terminated.patch

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