summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-11-13 14:41:42 +0100
committerGitHub <noreply@github.com>2023-11-13 14:41:42 +0100
commit1a292659f25d63ea89993e629629be2f75cf8adc (patch)
treee3150ef197d79acb5c934a51301af6740d4047e0 /meson.build
parentmeson: fix printing of first-boot-full-preset (diff)
parenttree-wide: use the usual spelling of "cannot" (diff)
downloadsystemd-1a292659f25d63ea89993e629629be2f75cf8adc.tar.xz
systemd-1a292659f25d63ea89993e629629be2f75cf8adc.zip
Merge pull request #29995 from keszybz/voidify-timestamp-getters
Rename and voidify timestamp getters
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 373d0c1617..7419e2b0b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1230,7 +1230,7 @@ libcryptsetup = get_option('libcryptsetup')
libcryptsetup_plugins = get_option('libcryptsetup-plugins')
if libcryptsetup_plugins.enabled()
if libcryptsetup.disabled()
- error('libcryptsetup-plugins can not be requested without libcryptsetup')
+ error('libcryptsetup-plugins cannot be requested without libcryptsetup')
endif
libcryptsetup = libcryptsetup_plugins
endif