From: Rob Kinyon Date: Thu, 31 Dec 2009 23:08:20 +0000 (-0500) Subject: Fixed typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1dc5644241307a2cb95b8a0e64bba902603fe9bb;p=dbsrgits%2FDBM-Deep.git Fixed typo --- diff --git a/lib/DBM/Deep/Engine/DBI.pm b/lib/DBM/Deep/Engine/DBI.pm index 4daf00b..b00b98a 100644 --- a/lib/DBM/Deep/Engine/DBI.pm +++ b/lib/DBM/Deep/Engine/DBI.pm @@ -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;