diff options
author | Niko Tyni <ntyni@iki.fi> | 2006-09-06 23:09:00 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2006-09-06 23:09:00 +0200 |
commit | 425d5b5be4e76469c0c95bbdce4ade33466e624f (patch) | |
tree | 2298e8717500b7b9646c9f3db858ec42378e158e | |
parent | 0e8a6e46497e5a152e3434b556538ffd1d913a5d (diff) | |
download | smokeping-425d5b5be4e76469c0c95bbdce4ade33466e624f.tar.gz smokeping-425d5b5be4e76469c0c95bbdce4ade33466e624f.tar.xz |
typo fixes
-rw-r--r-- | lib/Smokeping/probes/FTPtransfer.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Smokeping/probes/FTPtransfer.pm b/lib/Smokeping/probes/FTPtransfer.pm index 52a7717..2715cd7 100644 --- a/lib/Smokeping/probes/FTPtransfer.pm +++ b/lib/Smokeping/probes/FTPtransfer.pm @@ -66,7 +66,7 @@ unless you know what you are doing. The FTPtransfer probe measures bandwidth, but we report the number of seconds it took to transfer the 'reference' file. This is because curently the notion of I<Round Trip Time> is at the core of the application. It would -take some re-egineering to split this out in plugins and thus make it +take some re-engineering to split this out in plugins and thus make it configurable ... DOC } @@ -180,7 +180,7 @@ DOC }, mode => { _doc => <<DOC, -The ftp probe can be eitherin put or in get mode. If it is in put mode then it will send a to the ftp server. In get mode it will retreive a file +The ftp probe can be in either put or get mode. If it is in put mode then it will send a file to the ftp server. In get mode it will retrieve a file from the ftp server. DOC _example => 'get', |