From e22b69bd17ccce5fdd6c0df36bd5dd34f6a1db19 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Wed, 12 Sep 2018 10:51:09 -0700 Subject: Minor typo fix --- mesonbuild/dependencies/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/dependencies/base.py b/mesonbuild/dependencies/base.py index 4e417eacf..a34ebf7b6 100644 --- a/mesonbuild/dependencies/base.py +++ b/mesonbuild/dependencies/base.py @@ -56,7 +56,7 @@ class DependencyMethods(Enum): SYSCONFIG = 'sysconfig' # Specify using a "program"-config style tool CONFIG_TOOL = 'config-tool' - # For backewards compatibility + # For backwards compatibility SDLCONFIG = 'sdlconfig' CUPSCONFIG = 'cups-config' PCAPCONFIG = 'pcap-config' -- cgit v1.2.3