summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-bridge.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-10-30 21:45:41 +0100
committerThomas Haller <thaller@redhat.com>2017-10-30 21:49:50 +0100
commitd7d9759d560d302dec263f2428418034333f7912 (patch)
tree3d41f224fce3e24b2077ffdf6ec0e162471c9e1f /libnm-core/nm-setting-bridge.c
parent79168a54344f8fb72fda88bf02bce908d2ce3f31 (diff)
downloadNetworkManager-d7d9759d560d302dec263f2428418034333f7912.tar.gz
docs: fix typo in NMSettingBridge:group-forward-mask doc
Fixes: 17ec3aef2fa4d31ef80f54923f89e6719f1ce83b https://bugzilla.gnome.org/show_bug.cgi?id=789662
Diffstat (limited to 'libnm-core/nm-setting-bridge.c')
-rw-r--r--libnm-core/nm-setting-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-bridge.c b/libnm-core/nm-setting-bridge.c
index a98b39953d..5330038425 100644
--- a/libnm-core/nm-setting-bridge.c
+++ b/libnm-core/nm-setting-bridge.c
@@ -600,7 +600,7 @@ nm_setting_bridge_class_init (NMSettingBridgeClass *setting_class)
* A mask of group addresses to forward. Usually, group addresses in
* the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not
* forwarded according to standards. This property is a mask of 16 bits,
- * each corrisponding to a group address in that range that must be
+ * each corresponding to a group address in that range that must be
* forwarded. The mask can't have bits 0, 1 or 2 set because they are
* used for STP, MAC pause frames and LACP.
*