diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-25 14:59:26 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 08:59:13 -0600 |
commit | b8b46d9f8ad9fe06b12d62e4819a0829a394464a (patch) | |
tree | ff5d3ea46f0d74c05507ff2f0febfe69aa817ddb /t | |
parent | 46956fadb29bc62645b5b0d289068f480bb639d8 (diff) | |
download | perl-b8b46d9f8ad9fe06b12d62e4819a0829a394464a.tar.gz |
t/porting/bincompat.t: Typo in comment
Diffstat (limited to 't')
-rw-r--r-- | t/porting/bincompat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/bincompat.t b/t/porting/bincompat.t index 2eb7308d99..fae9d548f1 100644 --- a/t/porting/bincompat.t +++ b/t/porting/bincompat.t @@ -6,7 +6,7 @@ use Config; plan(2); -# Defiantely a white box test... +# Defiantly a white box test... # As we need to call it direct, we'll take advantage of its result ordering: my @to_check = qw(bincompat_options non_bincompat_options); |