diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-04-08 09:56:06 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-04-08 09:56:06 -0400 |
commit | eb08fbc125ac0414ef56c75d20bc3aae1559babb (patch) | |
tree | 0bf4463b39513e36651ca564fbb7714547eb5925 /pod/perldebguts.pod | |
parent | a6580681873683670ec6b50284179298f4494614 (diff) | |
download | perl-eb08fbc125ac0414ef56c75d20bc3aae1559babb.tar.gz |
One more spelling correction from Ville Skyttä.
The original patch had a problem during 'git apply', so the committer chopped
it up and applied all parts except this in commit f0d9624a416d3eb926048f8054b82304fba159.
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r-- | pod/perldebguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index a80f4a109d..99c177159b 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -660,7 +660,7 @@ will be lost. EXACTFU_SS str Match this string (folded iff in UTF-8, length in folding may change even if not in UTF-8) using /iu rules (w/len). - EXACTFLU8 str Rare cirucmstances: like EXACTFU, but is + EXACTFLU8 str Rare circumstances: like EXACTFU, but is under /l, UTF-8, folded, and everything in it is above 255. EXACTFAA_NO_TRIE str Match this string (which is not trie-able; |