File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ update-patch:
89
89
# comparing between the current state of the 3.X branch against the v3.X.Y
90
90
# tag associated with the release being built. This allows you to
91
91
# maintain a branch that contains custom patches against the default Python.
92
- # The patch archived in this respository is based on github.com/freakboy3742/cpython
92
+ # The patch archived in this repository is based on github.com/freakboy3742/cpython
93
93
# Requires patchutils (installable via `brew install patchutils`); this
94
94
# also means we need to re-introduce homebrew to the path for the filterdiff
95
95
# call
@@ -333,7 +333,7 @@ $$(PYTHON_LIB-$(target)): $$(PYTHON_SRCDIR-$(target))/python.exe
333
333
334
334
335
335
$$(PYTHON_PLATFORM_SITECUSTOMIZE-$(target ) ) :
336
- @echo " >>> Create cross-plaform config for $( target) "
336
+ @echo " >>> Create cross-platform config for $( target) "
337
337
mkdir -p $$(PYTHON_PLATFORM_CONFIG-$(target ) )
338
338
# Create the cross-platform site definition
339
339
echo " import _cross_$$ (ARCH-$( target) )_$$ (SDK-$( target) ); import _cross_venv;" \
You can’t perform that action at this time.
0 commit comments