From: Andrew M. Kuchling Date: Sat, 17 Jul 2004 14:44:17 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.4a2~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ec0b725aed05b6692e21683b90da4d86f0c6de1;p=python Fix comment typo --- diff --git a/Demo/scripts/ftpstats.py b/Demo/scripts/ftpstats.py index 79cbee63a4..8af72b505f 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.)