typo fix
David Steinbrunner [Wed, 7 Aug 2013 23:31:11 +0000 (19:31 -0400)]
lib/DBIx/Class/SQLMaker/ACCESS.pm

index 331bf52..d8bfa2c 100644 (file)
@@ -27,7 +27,7 @@ sub _recurse_from {
     $fin_join = sprintf '( %s ) %s', $fin_join, (shift @j);
   }
 
-  # the entire FROM is *ALSO* expected aprenthesized
+  # the entire FROM is *ALSO* expected parenthesized
   "( $fin_join )";
 }