summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-07-17 14:44:17 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-07-17 14:44:17 (GMT)
commit0ec0b725aed05b6692e21683b90da4d86f0c6de1 (patch)
tree92bb114c419dd8eaa4e610ac2e17ccddccc99e65 /Demo
parente970d2a310586f1553ac04a5789223bd88eb6038 (diff)
downloadcpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.zip
cpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.tar.gz
cpython-0ec0b725aed05b6692e21683b90da4d86f0c6de1.tar.bz2
Fix comment typo
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/scripts/ftpstats.py2
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.)