From: David Steinbrunner Date: Wed, 7 Aug 2013 12:01:52 +0000 (-0400) Subject: typo fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff80553e3520f9e15f6c4e1ede9ac5e172ba3be9;p=dbsrgits%2FDBIx-Class-Historic.git typo fixes --- diff --git a/lib/DBIx/Class/Storage/BlockRunner.pm b/lib/DBIx/Class/Storage/BlockRunner.pm index 404e480..e9c2c79 100644 --- a/lib/DBIx/Class/Storage/BlockRunner.pm +++ b/lib/DBIx/Class/Storage/BlockRunner.pm @@ -114,7 +114,7 @@ sub run { # this is the actual recursing worker sub _run { - # warnings here mean I did not anticipate some ueber-complex case + # warnings here mean I did not anticipate some uber-complex case # fatal warnings are not warranted no warnings; use warnings; @@ -208,7 +208,7 @@ sub _run { $storage->ensure_connected; # if txn_depth is > 1 this means something was done to the - # original $dbh, otherwise we would not get past the preceeding if() + # original $dbh, otherwise we would not get past the preceding if() $storage->throw_exception(sprintf 'Unexpected transaction depth of %d on freshly connected handle', $storage->transaction_depth,