summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping/probes/base.pm2
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 ($) {