Skip to content

Commit 162523d

Browse files
authored
Fixed typos (#305)
1 parent 42c9975 commit 162523d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ update-patch:
8989
# comparing between the current state of the 3.X branch against the v3.X.Y
9090
# tag associated with the release being built. This allows you to
9191
# 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
9393
# Requires patchutils (installable via `brew install patchutils`); this
9494
# also means we need to re-introduce homebrew to the path for the filterdiff
9595
# call
@@ -333,7 +333,7 @@ $$(PYTHON_LIB-$(target)): $$(PYTHON_SRCDIR-$(target))/python.exe
333333

334334

335335
$$(PYTHON_PLATFORM_SITECUSTOMIZE-$(target)):
336-
@echo ">>> Create cross-plaform config for $(target)"
336+
@echo ">>> Create cross-platform config for $(target)"
337337
mkdir -p $$(PYTHON_PLATFORM_CONFIG-$(target))
338338
# Create the cross-platform site definition
339339
echo "import _cross_$$(ARCH-$(target))_$$(SDK-$(target)); import _cross_venv;" \

0 commit comments

Comments
 (0)