aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2023-01-20 15:09:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2023-01-22 14:13:01 +0000
commit90c1788be089958e753dc7031fc2c606602a289b (patch)
tree0a0659eb151d5d885f4380757cceb37b0c928f69
parent3a1cc27f2e9f173384c084cc2c0c3c5e8f796185 (diff)
build: fix a typo in meson_options doc string
Now it's perfect!
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c560a234..3c8b888b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,7 +15,7 @@ option('systemd_journal', type: 'boolean', value: true, description: 'enable sys
option('polkit', type: 'combo', choices: ['strict', 'permissive', 'no'], value: 'strict', description: 'User auth-polkit configuration option.')
-option('at_command_via_dbus', type: 'boolean', value: false, description: 'enable at commands vida d-bus')
+option('at_command_via_dbus', type: 'boolean', value: false, description: 'enable at commands via d-bus')
option('builtin_plugins', type: 'boolean', value: false, description: 'integrate all built plugins within the daemon binary')