From 67076148630dd10b45ea9e46b35dd59d800aaa16 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sun, 29 Dec 2019 11:50:37 +0000 Subject: [PATCH] Fix typo! --- doc/html/pcre2pattern.html | 2 +- doc/pcre2.txt | 2 +- doc/pcre2pattern.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/pcre2pattern.html b/doc/html/pcre2pattern.html index 4811d82..42d8515 100644 --- a/doc/html/pcre2pattern.html +++ b/doc/html/pcre2pattern.html @@ -1902,7 +1902,7 @@ are permitted for groups with the same number, for example: The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES option at compile time, or by the use of (?J) within the pattern, as described -in the section entitiled +in the section entitled "Internal Option Setting" above.

diff --git a/doc/pcre2.txt b/doc/pcre2.txt index 91020ef..974fafa 100644 --- a/doc/pcre2.txt +++ b/doc/pcre2.txt @@ -7672,7 +7672,7 @@ NAMED CAPTURE GROUPS The duplicate name constraint can be disabled by setting the PCRE2_DUP- NAMES option at compile time, or by the use of (?J) within the pattern, - as described in the section entitiled "Internal Option Setting" above. + as described in the section entitled "Internal Option Setting" above. Duplicate names can be useful for patterns where only one instance of the named capture group can match. Suppose you want to match the name diff --git a/doc/pcre2pattern.3 b/doc/pcre2pattern.3 index df95f5e..9015679 100644 --- a/doc/pcre2pattern.3 +++ b/doc/pcre2pattern.3 @@ -1903,7 +1903,7 @@ are permitted for groups with the same number, for example: .sp The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES option at compile time, or by the use of (?J) within the pattern, as described -in the section entitiled +in the section entitled .\" HTML .\" "Internal Option Setting"