]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 17 Jul 2004 14:44:17 +0000 (14:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 17 Jul 2004 14:44:17 +0000 (14:44 +0000)
Demo/scripts/ftpstats.py

index 79cbee63a4f7b6d9bbc8894a78a18232fda2ca24..8af72b505f0196db7b945086fdbc2fde973b78ed 100755 (executable)
@@ -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.)