diff options
author | Thomas Haller <thaller@redhat.com> | 2018-11-28 09:58:44 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-11-28 14:26:42 +0100 |
commit | de3f6cfb980d55c6ea3f7bdbaaaf3184d0aef3aa (patch) | |
tree | 808cfb9bd017723aec51c165e60a9e37b9d26a85 /configure.ac | |
parent | d6c2f23b9e549ff144bec7c5eba791e067cd30c6 (diff) | |
download | NetworkManager-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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aac2a32340..71e4805590 100644 --- a/configure.ac +++ b/configure.ac @@ -828,8 +828,8 @@ else AC_DEFINE(WITH_DHCPCANON, 0, [Define if you have dhcpcanon]) fi -# OpenVSwitch integration -AC_ARG_ENABLE(ovs, AS_HELP_STRING([--enable-ovs], [enable OpenVSwitch support])) +# Open vSwitch integration +AC_ARG_ENABLE(ovs, AS_HELP_STRING([--enable-ovs], [enable Open vSwitch support])) if test "${enable_ovs}" != "no"; then enable_ovs='yes' if test "$have_jansson" = "no"; then |