typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:33:07 +0000 (07:33 -0400)]
lib/SQL/Translator/Parser/DBIx/Class.pm

index 527d5e5..d8f5344 100644 (file)
@@ -237,7 +237,7 @@ sub parse {
                 # Constraints are added only if applicable
                 next unless $fk_constraint;
 
-                # Make sure we dont create the same foreign key constraint twice
+                # Make sure we don't create the same foreign key constraint twice
                 my $key_test = join("\x00", sort @keys);
                 next if $created_FK_rels{$rel_table}->{$key_test};