summaryrefslogtreecommitdiff
path: root/Echolot/Pinger.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-06-11 10:17:09 +0000
committerPeter Palfrader <peter@palfrader.org>2002-06-11 10:17:09 +0000
commit3a70a9bcd38c2de6ead30d619d734a6c5eb4fd11 (patch)
treefafead4e50344713e65332bfb5a0822b58e42286 /Echolot/Pinger.pm
parentd991d82bfacf778a24d5624de8fd1e5d34c4c36b (diff)
fix typo
Diffstat (limited to 'Echolot/Pinger.pm')
-rw-r--r--Echolot/Pinger.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Echolot/Pinger.pm b/Echolot/Pinger.pm
index cebfe05..a66ca30 100644
--- a/Echolot/Pinger.pm
+++ b/Echolot/Pinger.pm
@@ -1,7 +1,7 @@
package Echolot::Pinger;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Pinger.pm,v 1.2 2002/06/11 10:08:19 weasel Exp $
+# $Id: Pinger.pm,v 1.3 2002/06/11 10:17:09 weasel Exp $
#
=pod
@@ -70,8 +70,8 @@ sub do_ping($$$) {
};
sub send_pings() {
- my $call_intervall = Echolot::Config::get()->{'pinger_interval'}
- my $send_every_n_calls = Echolot::Config::get()->{'ping_every_nth_time'}
+ my $call_intervall = Echolot::Config::get()->{'pinger_interval'};
+ my $send_every_n_calls = Echolot::Config::get()->{'ping_every_nth_time'};
my $now = time();