From: Wallace Reis Date: Wed, 26 Sep 2007 16:13:23 +0000 (+0000) Subject: typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fhistoric%2Fjifty_dbi_dbic_port;p=dbsrgits%2FDBIx-Class-Historic.git typo --- diff --git a/lib/DBIx/Class/JDBICompat/Handle.pm b/lib/DBIx/Class/JDBICompat/Handle.pm index 79ad4c9..5a82e95 100755 --- a/lib/DBIx/Class/JDBICompat/Handle.pm +++ b/lib/DBIx/Class/JDBICompat/Handle.pm @@ -632,7 +632,7 @@ Emulates nested transactions, by keeping a transaction stack depth. =cut sub begin_transaction { - shift->schema->stroage->txn_begin; + shift->schema->storage->txn_begin; } =head2 commit