spelling fix
Karen Etheridge [Tue, 27 May 2014 23:09:20 +0000 (16:09 -0700)]
lib/DBIx/Class/ResultSource.pm

index 3233e3a..5cb4036 100644 (file)
@@ -639,7 +639,7 @@ sub _pri_cols_or_die {
 }
 
 # same as above but mandating single-column PK (used by relationship condition
-# inferrence)
+# inference)
 sub _single_pri_col_or_die {
   my $self = shift;
   my ($pri, @too_many) = $self->_pri_cols_or_die;