diff options
author | David Robillard <d@drobilla.net> | 2022-11-24 09:28:00 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-11-24 15:17:23 -0500 |
commit | e85138fcc8373f925709124f8586a6feecf968d1 (patch) | |
tree | b5051f163c9f3e2bf9e8e752e6d0a8c6e071a936 /mesonbuild/backend/backends.py | |
parent | 9d1b59fa7ff1a1a31599a04a02c48c6b41026c2c (diff) | |
download | meson-e85138fcc8373f925709124f8586a6feecf968d1.zip meson-e85138fcc8373f925709124f8586a6feecf968d1.tar.gz meson-e85138fcc8373f925709124f8586a6feecf968d1.tar.bz2 |
Fix various spelling errors
Found with codespell.
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r-- | mesonbuild/backend/backends.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py index fa635f4..bc356b3 100644 --- a/mesonbuild/backend/backends.py +++ b/mesonbuild/backend/backends.py @@ -1562,7 +1562,7 @@ class Backend: raise MesonException(m.format(t.name, num_out, t.get_outputs(), num_outdirs)) assert len(t.install_tag) == num_out install_mode = t.get_custom_install_mode() - # because mypy get's confused type narrowing in lists + # because mypy gets confused type narrowing in lists first_outdir = outdirs[0] first_outdir_name = install_dir_names[0] |