projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8f6afec
)
typo fix
David Steinbrunner [Wed, 7 Aug 2013 23:31:11 +0000 (19:31 -0400)]
lib/DBIx/Class/SQLMaker/ACCESS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker/ACCESS.pm
b/lib/DBIx/Class/SQLMaker/ACCESS.pm
index
331bf52
..
d8bfa2c
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker/ACCESS.pm
+++ b/
lib/DBIx/Class/SQLMaker/ACCESS.pm
@@
-27,7
+27,7
@@
sub _recurse_from {
$fin_join = sprintf '( %s ) %s', $fin_join, (shift @j);
}
- # the entire FROM is *ALSO* expected aprenthesized
+ # the entire FROM is *ALSO* expected parenthesized
"( $fin_join )";
}