diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2019-04-26 20:22:40 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-29 16:47:18 +0200 |
commit | 5238e9575906297608ff802a27e2ff9effa3b338 (patch) | |
tree | e17c534a09908167a0697a49ed3237f43134eb4c /meson.build | |
parent | 51aba17b88617515e037e8985d3a4ea871ac47fe (diff) | |
download | systemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.gz |
codespell: fix spelling errors
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 15e3394b91..33fff909b4 100644 --- a/meson.build +++ b/meson.build @@ -1234,7 +1234,7 @@ if want_remote != 'false' conf.get('HAVE_LIBCURL') == 1] # sd-j-remote requires µhttpd, and sd-j-upload requires libcurl, so # it's possible to build one without the other. Complain only if - # support was explictly requested. The auxiliary files like sysusers + # support was explicitly requested. The auxiliary files like sysusers # config should be installed when any of the programs are built. if want_remote == 'true' and not (have_deps[0] and have_deps[1]) error('remote support was requested, but dependencies are not available') |