typo fix
David Steinbrunner [Tue, 6 Aug 2013 16:03:42 +0000 (12:03 -0400)]
lib/DBIx/Class/Relationship/BelongsTo.pm

index df95541..2d4793e 100644 (file)
@@ -17,7 +17,7 @@ our %_pod_inherit_config =
 sub belongs_to {
   my ($class, $rel, $f_class, $cond, $attrs) = @_;
 
-  # assume a foreign key contraint unless defined otherwise
+  # assume a foreign key constraint unless defined otherwise
   $attrs->{is_foreign_key_constraint} = 1
     if not exists $attrs->{is_foreign_key_constraint};
   $attrs->{undef_on_null_fk} = 1