summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-11-28 09:58:44 +0100
committerThomas Haller <thaller@redhat.com>2018-11-28 14:26:42 +0100
commitde3f6cfb980d55c6ea3f7bdbaaaf3184d0aef3aa (patch)
tree808cfb9bd017723aec51c165e60a9e37b9d26a85 /meson_options.txt
parentd6c2f23b9e549ff144bec7c5eba791e067cd30c6 (diff)
downloadNetworkManager-de3f6cfb980d55c6ea3f7bdbaaaf3184d0aef3aa.tar.gz
doc,all: fix spelling of Open vSwitch (instead of OpenVSwitch)
Also affects documentation and translated strings. Reported-by: Flavio Leitner <fbl@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bd8e8b641a..d249567171 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -36,7 +36,7 @@ option('modem_manager', type: 'boolean', value: true, description: 'Enable new M
option('ofono', type: 'boolean', value: false, description: 'Enable oFono support (experimental)')
option('concheck', type: 'boolean', value: true, description: 'enable connectivity checking support')
option('teamdctl', type: 'boolean', value: false, description: 'enable Teamd control support')
-option('ovs', type: 'boolean', value: true, description: 'enable OpenVSwitch support')
+option('ovs', type: 'boolean', value: true, description: 'enable Open vSwitch support')
option('libnm_glib', type: 'boolean', value: false, description: 'build legacy libraries')
option('nmcli', type: 'boolean', value: true, description: 'Build nmcli')
option('nmtui', type: 'boolean', value: true, description: 'Build nmtui')