[Python-checkins] python/dist/src/PC w9xpopen.c,1.3,1.4

nnorwitz@sourceforge.net nnorwitz@sourceforge.net
Mon, 15 Apr 2002 15:57:48 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv23267/PC

Modified Files:
	w9xpopen.c 
Log Message:
Fix grammar

Index: w9xpopen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/w9xpopen.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** w9xpopen.c	3 Apr 2002 01:47:00 -0000	1.3
--- w9xpopen.c	15 Apr 2002 22:57:46 -0000	1.4
***************
*** 20,26 ****
  
  const char *usage =
! "This program is used by Python's os.popen function to\n"
  "to work around a limitation in Windows 95/98.  It is\n"
! "not designed to be used as stand-alone program.";
  
  int main(int argc, char *argv[])
--- 20,26 ----
  
  const char *usage =
! "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 a stand-alone program.";
  
  int main(int argc, char *argv[])