diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 21:49:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 21:49:32 (GMT) |
commit | 7eb4b7d177adae5b5d0aefa6f54170b3967b2473 (patch) | |
tree | 9006926c7dc6c5ca522c2fdbf055a40f88fad2b1 /PC | |
parent | 08c02dbb85a8eebe3395658260dec36dd4169381 (diff) | |
download | cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.zip cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.gz cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.bz2 |
Fix all wrong instances of "it's".
Diffstat (limited to 'PC')
-rw-r--r-- | PC/getpathp.c | 2 | ||||
-rw-r--r-- | PC/os2emx/getpathp.c | 2 | ||||
-rw-r--r-- | PC/w9xpopen.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c index ecde205..3b4f452 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -11,7 +11,7 @@ * Python always adds an empty entry at the start, which corresponds to the current directory. - * If the PYTHONPATH env. var. exists, it's entries are added next. + * If the PYTHONPATH env. var. exists, its entries are added next. * We look in the registry for "application paths" - that is, sub-keys under the main PythonPath registry key. These are added next (the diff --git a/PC/os2emx/getpathp.c b/PC/os2emx/getpathp.c index 7bfd19e..5839eab 100644 --- a/PC/os2emx/getpathp.c +++ b/PC/os2emx/getpathp.c @@ -11,7 +11,7 @@ * Python always adds an empty entry at the start, which corresponds to the current directory. - * If the PYTHONPATH env. var. exists, it's entries are added next. + * If the PYTHONPATH env. var. exists, its entries are added next. * We attempt to locate the "Python Home" - if the PYTHONHOME env var is set, we believe it. Otherwise, we use the path of our host .EXE's diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c index 95fc277..f8439f2 100644 --- a/PC/w9xpopen.c +++ b/PC/w9xpopen.c @@ -9,7 +9,7 @@ * This program is to be launched with redirected standard * handles. It will launch the command line specified 16-bit * console based application in the same console, forwarding - * it's own redirected standard handles to the 16-bit child. + * its own redirected standard handles to the 16-bit child. * AKA solution to the problem described in KB: Q150956. */ |