Fix comment speling
Dave Rolsky [Thu, 28 Aug 2008 17:52:36 +0000 (17:52 +0000)]
lib/Class/MOP/Package.pm

index fe740ad..5d99c57 100644 (file)
@@ -280,7 +280,7 @@ sub get_all_package_symbols {
 
     return %$namespace unless defined $type_filter;
 
-    # for some reason this nasty impl is orders of magnitude aster than a clean version
+    # for some reason this nasty impl is orders of magnitude faster than a clean version
     if ( $type_filter eq 'CODE' ) {
         my $pkg;
         no strict 'refs';