typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:28:26 +0000 (07:28 -0400)]
lib/SQL/Translator/Filter/Globals.pm

index d4dbfda..497e40f 100644 (file)
@@ -104,7 +104,7 @@ sub filter {
         $schema->drop_table($gtbl);
     }
 
-    # Add globalis to tables
+    # Add globals to tables
     foreach my $tbl ( $schema->get_tables ) {
 
         foreach my $new_fld ( @global_fields ) {