From: David Steinbrunner Date: Fri, 13 Sep 2013 11:33:07 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.08260~152 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac86dfe11b2d3d6b5f7a3c9dbbb2ddc31e86f315;p=dbsrgits%2FDBIx-Class.git typo fix --- diff --git a/lib/SQL/Translator/Parser/DBIx/Class.pm b/lib/SQL/Translator/Parser/DBIx/Class.pm index 527d5e5..d8f5344 100644 --- a/lib/SQL/Translator/Parser/DBIx/Class.pm +++ b/lib/SQL/Translator/Parser/DBIx/Class.pm @@ -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};