diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:06:41 +0100 |
commit | b7b1e41b767189c1e8835fba238082ba120976b6 (patch) | |
tree | f37b363c8b0c777e668d48f1a10b3708481339e8 /ext/re/t/regop.t | |
parent | ed0436dcef2045079d794c497f3ca20bc041b79e (diff) | |
download | perl-b7b1e41b767189c1e8835fba238082ba120976b6.tar.gz |
Fix typos (spelling errors) in ext/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81882]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'ext/re/t/regop.t')
-rw-r--r-- | ext/re/t/regop.t | 2 |
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 |