diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-13 14:41:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 14:41:42 +0100 |
commit | 1a292659f25d63ea89993e629629be2f75cf8adc (patch) | |
tree | e3150ef197d79acb5c934a51301af6740d4047e0 /meson.build | |
parent | meson: fix printing of first-boot-full-preset (diff) | |
parent | tree-wide: use the usual spelling of "cannot" (diff) | |
download | systemd-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.build | 2 |
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 |