From 364743d3606928e114cedc84e9d6c2f7cef7c7a3 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 6 Sep 2006 21:31:44 +0000 Subject: typo fix --- lib/Smokeping/probes/base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping') diff --git a/lib/Smokeping/probes/base.pm b/lib/Smokeping/probes/base.pm index e33416f..7747b77 100644 --- a/lib/Smokeping/probes/base.pm +++ b/lib/Smokeping/probes/base.pm @@ -87,7 +87,7 @@ sub round ($) { } sub ProbeDesc ($) { - return "Probe which does not overrivd the ProbeDesc methode"; + return "Probe which does not override the ProbeDesc method"; } sub ProbeUnit ($) { -- cgit v1.2.3-24-g4f1b