summaryrefslogtreecommitdiff
path: root/t/mro/recursion_dfs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mro/recursion_dfs.t')
-rw-r--r--t/mro/recursion_dfs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mro/recursion_dfs.t b/t/mro/recursion_dfs.t
index b7bf6d42cd..ddb4d31a08 100644
--- a/t/mro/recursion_dfs.t
+++ b/t/mro/recursion_dfs.t
@@ -49,7 +49,7 @@ into an infinite loop
our @ISA = qw//;
}
-# A series of 8 abberations that would cause infinite loops,
+# A series of 8 aberations that would cause infinite loops,
# each one undoing the work of the previous
my @loopies = (
sub { @E::ISA = qw/F/ },