aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/python.py
diff options
context:
space:
mode:
authorDaniele Nicolodi <daniele@grinta.net>2023-02-22 23:43:08 +0100
committerEli Schwartz <eschwartz93@gmail.com>2023-02-27 07:03:30 -0500
commit1c00375ed897b034f464e12e9748633d641a8027 (patch)
tree4804adece2dd341c5189fc019e5d277a6e7a591d /mesonbuild/dependencies/python.py
parent97320e71862479e1dd22cc79e622acd5f89218c5 (diff)
downloadmeson-1c00375ed897b034f464e12e9748633d641a8027.zip
meson-1c00375ed897b034f464e12e9748633d641a8027.tar.gz
meson-1c00375ed897b034f464e12e9748633d641a8027.tar.bz2
python dependency: Fix typo in placeholder string
Diffstat (limited to 'mesonbuild/dependencies/python.py')
-rw-r--r--mesonbuild/dependencies/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
index 5c04c62..478df6a 100644
--- a/mesonbuild/dependencies/python.py
+++ b/mesonbuild/dependencies/python.py
@@ -70,7 +70,7 @@ class BasicPythonExternalProgram(ExternalProgram):
'link_libpython': False,
'sysconfig_paths': {},
'paths': {},
- 'platform': 'sentinal',
+ 'platform': 'sentinel',
'suffix': 'sentinel',
'variables': {},
'version': '0.0',