From eaaaac5b8dd70797ba546d22c01491ee606c9bfb Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 23 Jan 2015 11:11:44 +0000 Subject: [PATCH] Typo in comment. --- lib/ZOOM/IRSpy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index d7f170a..0dc97c2 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -141,7 +141,7 @@ sub var { sub connect_to_registry { my %args = @_; - # XXX: we could also handle her: user, password, elementSetName + # XXX: we could also handle here: user, password, elementSetName my $database = $ENV{IRSpyDbName} || "localhost:8018/IR-Explain---1"; -- 1.7.10.4