projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a362876
)
Fix typo.
Anders Nor Berle [Mon, 24 Mar 2008 03:54:07 +0000 (
03:54
+0000)]
lib/DBIx/Class/Storage/Statistics.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/Statistics.pm
b/lib/DBIx/Class/Storage/Statistics.pm
index
1ecf1fc
..
b60c44e
100644
(file)
--- a/
lib/DBIx/Class/Storage/Statistics.pm
+++ b/
lib/DBIx/Class/Storage/Statistics.pm
@@
-124,7
+124,7
@@
sub svp_begin {
Called when a savepoint is released.
=cut
-sub svn_release {
+sub svp_release {
my ($self, $name) = @_;
$self->print("RELEASE SAVEPOINT $name\n");