diff options
author | Lukas Mai <l.mai@web.de> | 2016-01-06 14:16:40 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-01-06 14:21:01 +0100 |
commit | e5bb0a1f3ec0216c534c0816d70132e374207383 (patch) | |
tree | 9ad07234eb0c18286d310d4b20072e7a77f9c337 /t | |
parent | 3bd9a29e5ee98a31cb3d48a775fb6d5b45ea1a7b (diff) | |
download | perl-e5bb0a1f3ec0216c534c0816d70132e374207383.tar.gz |
verses -> versus
Diffstat (limited to 't')
-rw-r--r-- | t/re/recompile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/recompile.t b/t/re/recompile.t index 20f5a74e29..222d1af3cd 100644 --- a/t/re/recompile.t +++ b/t/re/recompile.t @@ -5,7 +5,7 @@ # # Works by checking the debugging output of 'use re debug' and, if # available, -Dr. We use both to check that the different code paths -# with Perl_foo() verses the my_foo() under ext/re/ don't cause any +# with Perl_foo() versus the my_foo() under ext/re/ don't cause any # changes. $| = 1; |