Fixed typo
Rob Kinyon [Thu, 31 Dec 2009 23:08:20 +0000 (18:08 -0500)]
lib/DBM/Deep/Engine/DBI.pm

index 4daf00b..b00b98a 100644 (file)
@@ -311,9 +311,9 @@ sub write_value {
     return 1;
 }
 
-sub begin_work { die "Transactions are not supported by thie engine" } 
-sub rollback   { die "Transactions are not supported by thie engine" } 
-sub commit     { die "Transactions are not supported by thie engine" }
+sub begin_work { die "Transactions are not supported by this engine" } 
+sub rollback   { die "Transactions are not supported by this engine" } 
+sub commit     { die "Transactions are not supported by this engine" }
 
 sub supports {
     shift;