Typo in error message.
authorMike Taylor <mike@indexdata.com>
Fri, 23 Jan 2015 11:10:54 +0000 (11:10 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 23 Jan 2015 11:10:54 +0000 (11:10 +0000)
lib/ZOOM/IRSpy.pm

index 49e7932..d7f170a 100644 (file)
@@ -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;