typo historic/jifty_dbi_dbic_port
Wallace Reis [Wed, 26 Sep 2007 16:13:23 +0000 (16:13 +0000)]
lib/DBIx/Class/JDBICompat/Handle.pm

index 79ad4c9..5a82e95 100755 (executable)
@@ -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