diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-17 04:13:36 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-17 04:13:36 +0000 |
commit | 9d018f7b22ebe238915e84e6f4898eb6badc7e0d (patch) | |
tree | 8faeb96b2b4910526c457bcc5ebeee0d0c36cd9d /pingd | |
parent | ee4603e62b0c32f75e5fabe1d967fb4068431bc7 (diff) |
Spelling fixes
Diffstat (limited to 'pingd')
-rwxr-xr-x | pingd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ $| = 1; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: pingd,v 1.75 2002/09/12 23:17:47 weasel Exp $ +# $Id: pingd,v 1.76 2002/09/17 04:13:36 weasel Exp $ # =pod @@ -131,12 +131,12 @@ the next valid remailer-conf reply by the remailer. =item B<getkeyconf> [I<address> [I<address> ...]] Send a command to immediatly request keys and configuration from remailers. -If no addresses are given, then requests will be sent to all remailers. +If no addresses are given requests will be sent to all remailers. =item B<sendpings> [I<address> [I<address> ...]] Send a command to immediatly send pings to the given remailers. -If no addresses are given, then requests will be sent to all remailers. +If no addresses are given requests will be sent to all remailers. =item B<buildstats> |