From: Mike Taylor Date: Fri, 23 Jan 2015 11:10:54 +0000 (+0000) Subject: Typo in error message. X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d192334c1afd71931a1b8f7637a9f1443d3c8328;p=irspy-moved-to-github.git Typo in error message. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 49e7932..d7f170a 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -77,7 +77,7 @@ sub new { if defined $user; my $conn = new ZOOM::Connection($dbname, 0, @options) - or die "$0: can't connection to IRSpy database 'dbname'"; + or die "$0: can't connect to IRSpy database 'dbname'"; my $xslt = new XML::LibXSLT;