summaryrefslogtreecommitdiff
path: root/ext/File-DosGlob
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:27:08 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:27:08 -0500
commit92dfa2590a5024b530c9d58fdd2520a01d40cef6 (patch)
treec405e213fffcae85481c7db4adfe55b73f9a6d59 /ext/File-DosGlob
parent5bf4b3bf13bc4055684a48448b05920845ef7764 (diff)
downloadperl-92dfa2590a5024b530c9d58fdd2520a01d40cef6.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'ext/File-DosGlob')
-rw-r--r--ext/File-DosGlob/t/DosGlob.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-DosGlob/t/DosGlob.t b/ext/File-DosGlob/t/DosGlob.t
index 600b87a0b5..49a0f9e7e8 100644
--- a/ext/File-DosGlob/t/DosGlob.t
+++ b/ext/File-DosGlob/t/DosGlob.t
@@ -28,7 +28,7 @@ is ($_, $expected, 'test if $_ takes as the default');
cmp_ok(@r, '>=', 9) or diag("|@r|");
@r = <*/a*.t>;
-# atleast {argv,abbrev,anydbm,autoloader,append,arith,array,assignwarn,auto}.t
+# at least {argv,abbrev,anydbm,autoloader,append,arith,array,assignwarn,auto}.t
cmp_ok(@r, '>=', 9, 'check <*/*>') or diag("|@r|");
my $r = scalar @r;