[Pcre-svn] [1200] code/trunk/doc: Fix typo!

Kezdőlap
Üzenet törlése
Szerző: Subversion repository
Dátum:  
Címzett: pcre-svn
Tárgy: [Pcre-svn] [1200] code/trunk/doc: Fix typo!
Revision: 1200
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1200
Author:   ph10
Date:     2019-12-29 11:50:37 +0000 (Sun, 29 Dec 2019)
Log Message:
-----------
Fix typo!


Modified Paths:
--------------
    code/trunk/doc/html/pcre2pattern.html
    code/trunk/doc/pcre2.txt
    code/trunk/doc/pcre2pattern.3


Modified: code/trunk/doc/html/pcre2pattern.html
===================================================================
--- code/trunk/doc/html/pcre2pattern.html    2019-12-29 11:44:51 UTC (rev 1199)
+++ code/trunk/doc/html/pcre2pattern.html    2019-12-29 11:50:37 UTC (rev 1200)
@@ -1902,7 +1902,7 @@
 </pre>
 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 
 <a href="#internaloptions">"Internal Option Setting"</a>
 above.
 </P>


Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt    2019-12-29 11:44:51 UTC (rev 1199)
+++ code/trunk/doc/pcre2.txt    2019-12-29 11:50:37 UTC (rev 1200)
@@ -7672,7 +7672,7 @@


        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


Modified: code/trunk/doc/pcre2pattern.3
===================================================================
--- code/trunk/doc/pcre2pattern.3    2019-12-29 11:44:51 UTC (rev 1199)
+++ code/trunk/doc/pcre2pattern.3    2019-12-29 11:50:37 UTC (rev 1200)
@@ -1903,7 +1903,7 @@
 .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 <a href="#internaloptions">
 .\" </a>
 "Internal Option Setting"