From 01c57c9c97359fd531896c10baff94c2010dd609 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 27 Mar 2008 20:51:23 +0000 Subject: fix a typo --- lib/Smokeping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping.pm') 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; } -- cgit v1.2.3-24-g4f1b