From: Justin Hunter Date: Tue, 15 May 2012 22:59:13 +0000 (-0400) Subject: fix typo X-Git-Tag: v0.08197~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=369e69ab354a735a56fbf260b8145a4c5bf06b4b;p=dbsrgits%2FDBIx-Class.git fix typo --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index 32f7996..02464e4 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -28,7 +28,7 @@ sub _rebless { try { $dbtype = @{$self->_get_dbh->selectrow_arrayref(qq{sp_server_info \@attribute_id=1})}[2] } catch { - $self->throw_exception("Unable to estable connection to determine database type: $_") + $self->throw_exception("Unable to establish connection to determine database type: $_") }; if ($dbtype) {