summaryrefslogtreecommitdiff
path: root/libnm-core/nm-dbus-interface.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2016-01-20 11:10:48 -0600
committerDan Williams <dcbw@redhat.com>2016-01-20 11:27:22 -0600
commit0a12a1711c202c0347581d9f6cf03cbe02246dd6 (patch)
treeec0e68d7033777ce920271d9160f8ceee862261b /libnm-core/nm-dbus-interface.h
parentb610d2dc0c3ce0bdf3975b65b0bb59a00567a23f (diff)
downloadNetworkManager-0a12a1711c202c0347581d9f6cf03cbe02246dd6.tar.gz
libnm-core,core,cli: fix spelling of NM_IP_TUNNEL_MODE_UNKNOWN
Fixes: b614a5ec6174bd6dce1ea9593160dd7164fdbd57 Fixes: ae8c7a8967c6f91aeeea75a37cd3d14bf0edb67d Fixes: 570fdce93f44a51dbd84bbfe098913141c94b789
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
-rw-r--r--libnm-core/nm-dbus-interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index b32aabc2b5..2edc8cb49d 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -692,7 +692,7 @@ typedef enum /*< flags >*/ {
* Since: 1.2
*/
typedef enum {
- NM_IP_TUNNEL_MODE_UKNOWN = 0,
+ NM_IP_TUNNEL_MODE_UNKNOWN = 0,
NM_IP_TUNNEL_MODE_IPIP = 1,
NM_IP_TUNNEL_MODE_GRE = 2,
NM_IP_TUNNEL_MODE_SIT = 3,