From: Neal Norwitz Date: Mon, 15 Apr 2002 22:57:46 +0000 (+0000) Subject: Fix grammar X-Git-Tag: v2.3c1~5937 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c15acef4a4ba251f4c4fff38665ebd1c2c81e5f2;p=thirdparty%2FPython%2Fcpython.git Fix grammar --- diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c index 31448fd81c79..8c063ac0c66c 100644 --- a/PC/w9xpopen.c +++ b/PC/w9xpopen.c @@ -19,9 +19,9 @@ #include const char *usage = -"This program is used by Python's os.popen function to\n" +"This program is used by Python's os.popen function\n" "to work around a limitation in Windows 95/98. It is\n" -"not designed to be used as stand-alone program."; +"not designed to be used as a stand-alone program."; int main(int argc, char *argv[]) {