From 0ec0b725aed05b6692e21683b90da4d86f0c6de1 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 17 Jul 2004 14:44:17 +0000 Subject: Fix comment typo --- Demo/scripts/ftpstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- cgit v0.12