projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a5a7bb7
)
spelling fix
Karen Etheridge [Tue, 27 May 2014 23:09:20 +0000 (16:09 -0700)]
lib/DBIx/Class/ResultSource.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSource.pm
b/lib/DBIx/Class/ResultSource.pm
index
8cc409d
..
8e8da7f
100644
(file)
--- a/
lib/DBIx/Class/ResultSource.pm
+++ b/
lib/DBIx/Class/ResultSource.pm
@@
-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;