Fixed typo
[dbsrgits/DBM-Deep.git] / 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;