diff options
Diffstat (limited to 't/op/threads.t')
-rw-r--r-- | t/op/threads.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/threads.t b/t/op/threads.t index cf11ead1f8..240c00f7c6 100644 --- a/t/op/threads.t +++ b/t/op/threads.t @@ -166,7 +166,7 @@ curr_test(curr_test() + 2); # the seen_evals field of a regexp was getting zeroed on clone, so -# within a thread it didn't know that a regex object contrained a 'safe' +# within a thread it didn't know that a regex object contained a 'safe' # re_eval expression, so it later died with 'Eval-group not allowed' when # you tried to interpolate the object |