summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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; }