Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinbrunner committed May 4, 2013
1 parent c702d8d commit 66febe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/ObjectDriver/Driver/DBI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ sub _end_txn {

sub DESTROY {
my $driver = shift;
## Don't take the responsability of disconnecting this handler
## Don't take the responsibility of disconnecting this handler
## if we haven't created it ourself.
return unless $driver->{__dbh_init_by_driver};
if (my $dbh = $driver->dbh) {
Expand Down

0 comments on commit 66febe3

Please sign in to comment.