summaryrefslogtreecommitdiff
path: root/libnm-core
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-16 23:27:04 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-30 17:38:37 +0100
commitc3080c79dc77b00d833109fc6d18e4b6b5e8b110 (patch)
tree6faab1556b930f6a2500a63f592fa11c1e366300 /libnm-core
parent7f84f15e069bbaa02426fe8a59bf29a44611adb8 (diff)
downloadNetworkManager-c3080c79dc77b00d833109fc6d18e4b6b5e8b110.tar.gz
ip-tunnel: fix a typo
Diffstat (limited to 'libnm-core')
-rw-r--r--libnm-core/nm-setting-ip-tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-ip-tunnel.c b/libnm-core/nm-setting-ip-tunnel.c
index 7e1737fc3b..fa8d4a7a24 100644
--- a/libnm-core/nm-setting-ip-tunnel.c
+++ b/libnm-core/nm-setting-ip-tunnel.c
@@ -758,7 +758,7 @@ nm_setting_ip_tunnel_class_init (NMSettingIPTunnelClass *setting_class)
G_PARAM_STATIC_STRINGS));
/**
- * NMSettingIPTunel:mtu:
+ * NMSettingIPTunnel:mtu:
*
* If non-zero, only transmit packets of the specified size or smaller,
* breaking larger packets up into multiple fragments.