Blame SOURCES/pcre-8.32-refused_spelling_terminated.patch

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