From 1c00375ed897b034f464e12e9748633d641a8027 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Wed, 22 Feb 2023 23:43:08 +0100 Subject: python dependency: Fix typo in placeholder string --- mesonbuild/dependencies/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/dependencies/python.py') 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', -- cgit v1.1