This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix hash.t’s miniperl skip
[perl5.git] / pp_hot.c
index cb4a033..0b696ea 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1964,7 +1964,7 @@ PP(pp_iter)
 /*
 A description of how taint works in pattern matching and substitution.
 
-While the pattern is being assembled/concatenated and them compiled,
+While the pattern is being assembled/concatenated and then compiled,
 PL_tainted will get set if any component of the pattern is tainted, e.g.
 /.*$tainted/.  At the end of pattern compilation, the RXf_TAINTED flag
 is set on the pattern if PL_tainted is set.