aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-11-16 09:50:34 +0000
committerGitHub <noreply@github.com>2022-11-16 09:50:34 +0000
commitb975ee6e184884b63c654d2414f013c645c8a92e (patch)
treecf611fa145553e5eafe828d621ed111304c3c6a0 /meson.build
parent388db3c4801b00f49befa3a2d0fb497fa90d58ce (diff)
downloadlibvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.zip
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.gz
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.bz2
check spelling (#720)
Use misspell-fixer if available, and correct the small number of errors it found. Rather than trying to install into the CI, run it directly from a github action. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index bc0de78..b54dede 100644
--- a/meson.build
+++ b/meson.build
@@ -44,6 +44,7 @@ cmocka_dep = dependency('cmocka', version: '>=' + cmocka_version)
pytest = find_program('pytest-3', required: false)
flake8 = find_program('flake8', required: false)
+misspell_fixer = find_program('misspell-fixer', required: false)
rstlint = find_program('restructuredtext-lint', required: false)
valgrind = find_program('valgrind', required: false)