fix stupid typo
Arthur Axel 'fREW' Schmidt [Wed, 4 Apr 2012 02:14:22 +0000 (21:14 -0500)]
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm

index cee797f..e328b5c 100644 (file)
@@ -309,7 +309,7 @@ END_EVAL
 
   croak $@ if $@;
 
-  croak "$_file should define an anonymouse sub that takes a schema but it didn't!"
+  croak "$_file should define an anonymous sub that takes a schema but it didn't!"
      unless ref $fn && ref $fn eq 'CODE';
 
   return $fn;