aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-24 09:28:00 -0500
committerEli Schwartz <eschwartz93@gmail.com>2022-11-24 15:17:23 -0500
commite85138fcc8373f925709124f8586a6feecf968d1 (patch)
treeb5051f163c9f3e2bf9e8e752e6d0a8c6e071a936 /test cases/unit/102 python without pkgconfig/meson.build
parent9d1b59fa7ff1a1a31599a04a02c48c6b41026c2c (diff)
downloadmeson-e85138fcc8373f925709124f8586a6feecf968d1.zip
meson-e85138fcc8373f925709124f8586a6feecf968d1.tar.gz
meson-e85138fcc8373f925709124f8586a6feecf968d1.tar.bz2
Fix various spelling errors
Found with codespell.
Diffstat (limited to 'test cases/unit/102 python without pkgconfig/meson.build')
-rw-r--r--test cases/unit/102 python without pkgconfig/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/102 python without pkgconfig/meson.build
index b3a0c42..014a617 100644
--- a/test cases/unit/102 python without pkgconfig/meson.build
+++ b/test cases/unit/102 python without pkgconfig/meson.build
@@ -1,4 +1,4 @@
-project('python wihtout pkgconfig', 'c')
+project('python without pkgconfig', 'c')
# This unit test is ran with PKG_CONFIG=notfound
import('python').find_installation().dependency()