Fix grammar

This commit is contained in:
Neal Norwitz 2002-04-15 22:57:46 +00:00
parent c9ad32c5d1
commit c15acef4a4
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
#include <stdio.h>
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[])
{