projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
08abffc
)
typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:35:34 +0000 (07:35 -0400)]
lib/SQL/Translator/Producer/ClassDBI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Producer/ClassDBI.pm
b/lib/SQL/Translator/Producer/ClassDBI.pm
index
f7994c9
..
4d26ee4
100644
(file)
--- a/
lib/SQL/Translator/Producer/ClassDBI.pm
+++ b/
lib/SQL/Translator/Producer/ClassDBI.pm
@@
-106,7
+106,7
@@
sub produce {
};
#
- # Primary key may have a differenct accessor method name
+ # Primary key may have a different accessor method name
#
# if ( my $constraint = $table->primary_key ) {
# my $field = ( $constraint->fields )[0];