summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2008-03-27 21:51:23 +0100
committerNiko Tyni <ntyni@iki.fi>2008-03-27 21:51:23 +0100
commit01c57c9c97359fd531896c10baff94c2010dd609 (patch)
tree87cf6fdfdeaed6dfe46d886c580da3c85d98ec1f /lib/Smokeping.pm
parentcd27423857677170b3a8d8305115e81495b1b094 (diff)
downloadsmokeping-01c57c9c97359fd531896c10baff94c2010dd609.tar.gz
smokeping-01c57c9c97359fd531896c10baff94c2010dd609.tar.xz
fix a typo
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 9ca6ccf..d199749 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -4060,7 +4060,7 @@ sub main (;$) {
$cfg->{__probes} = $probes;
add_targets($cfg, $probes, $cfg->{Targets}, $cfg->{General}{datadir});
} else {
- die "ERROR: we did not get config form the master. Maybe we are not configured as a slave for any of the targets on the master ?\n";
+ die "ERROR: we did not get config from the master. Maybe we are not configured as a slave for any of the targets on the master ?\n";
}
} else {
if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; }