Typo in error message.
[irspy-moved-to-github.git] / 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;