diff options
| author | Martin Kelly <mkelly@xevo.com> | 2018-09-12 10:51:09 -0700 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2018-09-12 14:01:07 -0400 |
| commit | e22b69bd17ccce5fdd6c0df36bd5dd34f6a1db19 (patch) | |
| tree | 93e589cc16b742aa4739d6dd85fcafe899a5d5b3 | |
| parent | 0667e8494ca485c82d76485691d01d9e393f0bee (diff) | |
| download | meson-e22b69bd17ccce5fdd6c0df36bd5dd34f6a1db19.tar.gz | |
Minor typo fix
| -rw-r--r-- | mesonbuild/dependencies/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
