Fix some typos in comments (GH-32422)

This commit is contained in:
jonasdlindner 2022-04-09 11:12:15 +02:00 committed by GitHub
parent 6773203487
commit f52d987abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -343,7 +343,7 @@ class PyBuildExt(build_ext):
Distutils appends extra args to the compiler arguments. Some flags like
-I must appear earlier, otherwise the pre-processor picks up files
from system inclue directories.
from system include directories.
"""
upper_name = ext.name.upper()
# Parse compiler flags (-I, -D, -U, extra args)