From: Neal Norwitz Date: Mon, 15 Apr 2002 22:59:45 +0000 (+0000) Subject: Fix grammar X-Git-Tag: v2.2.2b1~453 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4732ffc057af66c2eb49427f3ad8e1b612c6dfe8;p=thirdparty%2FPython%2Fcpython.git Fix grammar --- diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c index d96d0f5e5876..3b80db21464f 100644 --- a/PC/w9xpopen.c +++ b/PC/w9xpopen.c @@ -18,9 +18,9 @@ #include const char *usage = -"This program is used by Python's os.pipe 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[]) {