]> granicus.if.org Git - python/commitdiff
Fix typo in comment.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 23 Jul 2001 16:50:15 +0000 (16:50 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 23 Jul 2001 16:50:15 +0000 (16:50 +0000)
Include/pydebug.h

index 94ea352d859e60c174b5092665ee4a44cfcb9013..32e15520da002d3dc2e5200724a9dd1b36143b04 100644 (file)
@@ -16,7 +16,7 @@ extern DL_IMPORT(int) Py_TabcheckFlag;
 extern DL_IMPORT(int) Py_UnicodeFlag;
 extern DL_IMPORT(int) Py_IgnoreEnvironmentFlag;
 
-/* this is a wrapper around getenv() the pays attention to
+/* this is a wrapper around getenv() that pays attention to
    Py_IgnoreEnvironmentFlag.  It should be used for getting variables like
    PYTHONPATH and PYTHONHOME from the environment */
 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))