diff options
Diffstat (limited to 't/op/grep.t')
-rw-r--r-- | t/op/grep.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/grep.t b/t/op/grep.t index 456b6c5c17..9087f2c4a7 100644 --- a/t/op/grep.t +++ b/t/op/grep.t @@ -203,7 +203,7 @@ plan( tests => 61 ); } { - # This shouldn't loop indefinitively. + # This shouldn't loop indefinitely. my @empty = map { while (1) {} } (); cmp_ok("@empty", 'eq', '', 'staying alive'); } |