This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Corrections to spelling and grammatical errors.
[perl5.git] / ext / File-DosGlob / t / DosGlob.t
index 600b87a..49a0f9e 100644 (file)
@@ -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;