diff options
author | Niko Tyni <ntyni@iki.fi> | 2006-09-06 23:31:44 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2006-09-06 23:31:44 +0200 |
commit | 364743d3606928e114cedc84e9d6c2f7cef7c7a3 (patch) | |
tree | 5cd5dac675b1a3f0e081b23956e8d6d7df496f14 /lib/Smokeping | |
parent | a0f42d4ccf2c4637cf2e40fd58c9cd9b36466909 (diff) | |
download | smokeping-364743d3606928e114cedc84e9d6c2f7cef7c7a3.tar.gz smokeping-364743d3606928e114cedc84e9d6c2f7cef7c7a3.tar.xz |
typo fix
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ($) { |