diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-07-17 14:44:17 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-07-17 14:44:17 (GMT) |
commit | 0ec0b725aed05b6692e21683b90da4d86f0c6de1 (patch) | |
tree | 92bb114c419dd8eaa4e610ac2e17ccddccc99e65 /Demo | |
parent | e970d2a310586f1553ac04a5789223bd88eb6038 (diff) | |
download | cpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.zip cpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.tar.gz cpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.tar.bz2 |
Fix comment typo
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/scripts/ftpstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/ftpstats.py b/Demo/scripts/ftpstats.py index 79cbee6..8af72b5 100755 --- a/Demo/scripts/ftpstats.py +++ b/Demo/scripts/ftpstats.py @@ -6,7 +6,7 @@ # ftpstats [-m maxitems] [-s search] [file] # -m maxitems: restrict number of items in "top-N" lists, default 25. # -s string: restrict statistics to lines containing this string. -# Default file is /usr/adm/ftpd; a "-" means read stdandard input. +# Default file is /usr/adm/ftpd; a "-" means read standard input. # The script must be run on the host where the ftp daemon runs. # (At CWI this is currently buizerd.) |