This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
One more spelling correction from Ville Skyttä.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 8 Apr 2018 13:56:06 +0000 (09:56 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 8 Apr 2018 13:56:06 +0000 (09:56 -0400)
The original patch had a problem during 'git apply', so the committer chopped
it up and applied all parts except this in commit f0d9624a416d3eb926048f8054b82304fba159.

pod/perldebguts.pod

index a80f4a1..99c1771 100644 (file)
@@ -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;