diff options
author | Niko Tyni <ntyni@iki.fi> | 2006-10-24 23:38:11 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2006-10-24 23:38:11 +0200 |
commit | 16c2d510b85f036fd411d05ef27f665170ed9413 (patch) | |
tree | ab25a6b4b91f5c53a24644590f360e4bdd917136 | |
parent | 84c23d3be428bb2b2dc1d572e664b228b790dd3f (diff) | |
download | smokeping-16c2d510b85f036fd411d05ef27f665170ed9413.tar.gz smokeping-16c2d510b85f036fd411d05ef27f665170ed9413.tar.xz |
fix typo
-rw-r--r-- | lib/Smokeping/probes/FPing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/FPing.pm b/lib/Smokeping/probes/FPing.pm index e4a1219..d2c4964 100644 --- a/lib/Smokeping/probes/FPing.pm +++ b/lib/Smokeping/probes/FPing.pm @@ -60,7 +60,7 @@ sub new($$$) my $testhost = $self->testhost; my $return = `$binary -C 1 $testhost 2>&1`; $self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/); - carp "NOTE: your sping binary doesn't support source address setting (-S), disabling it - see http://bugs.debian.org/198486."; + carp "NOTE: your fping binary doesn't support source address setting (-S), disabling it - see http://bugs.debian.org/198486."; croak "ERROR: fping ('$binary -C 1 $testhost') could not be run: $return" if $return =~ m/not found/; croak "ERROR: FPing must be installed setuid root or it will not work\n" |