From eb08fbc125ac0414ef56c75d20bc3aae1559babb Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 8 Apr 2018 09:56:06 -0400 Subject: [PATCH] =?utf8?q?One=20more=20spelling=20correction=20from=20Vill?= =?utf8?q?e=20Skytt=C3=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index a80f4a1..99c1771 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; -- 1.8.3.1