summaryrefslogtreecommitdiff
path: root/ext/re/t/regop.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/re/t/regop.t')
-rw-r--r--ext/re/t/regop.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/t/regop.t b/ext/re/t/regop.t
index c24c32f95c..e3ead69cfe 100644
--- a/ext/re/t/regop.t
+++ b/ext/re/t/regop.t
@@ -51,7 +51,7 @@ foreach my $testout ( @tests ) {
# The format below is simple. Each line is an exact
# string that must be found in the output.
# Lines starting the # are comments.
-# Lines starting with --- are seperators indicating
+# Lines starting with --- are separators indicating
# that the tests for this result set are finished.
# If you add a test make sure you update $NUM_SECTS
# the commented output is just for legacy/debugging purposes