projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa38bfc
)
Typo in error message.
author
Mike Taylor
<mike@indexdata.com>
Fri, 23 Jan 2015 11:10:54 +0000
(11:10 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 23 Jan 2015 11:10:54 +0000
(11:10 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
49e7932
..
d7f170a
100644
(file)
--- 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;