summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-01-29 07:00:58 -0500
committerDan Winship <danw@redhat.com>2015-01-29 07:01:41 -0500
commit3debf80d8207b57e5fac7bfc4858e1cf456a367b (patch)
treea5e956c63781e2e8c7dd0150bc9ef1f9e7ce9b19
parent6771f836ce3518bc75f0cbbed74138f40c890f7d (diff)
downloadNetworkManager-3debf80d8207b57e5fac7bfc4858e1cf456a367b.tar.gz
libnm-core: fix docs typo
-rw-r--r--libnm-core/nm-setting-8021x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-8021x.c b/libnm-core/nm-setting-8021x.c
index f739f2c720..f4884b5c81 100644
--- a/libnm-core/nm-setting-8021x.c
+++ b/libnm-core/nm-setting-8021x.c
@@ -3258,8 +3258,8 @@ nm_setting_802_1x_class_init (NMSetting8021xClass *setting_class)
* no verification of the server certificate's altSubjectName is performed.
**/
/* ---ifcfg-rh---
- * property: altubject-matches
- * variable: IEEE_8021X_AlTSUBJECT_MATCHES(+)
+ * property: altsubject-matches
+ * variable: IEEE_8021X_ALTSUBJECT_MATCHES(+)
* description: List of strings to be matched against the altSubjectName.
* example: IEEE_8021X_ALTSUBJECT_MATCHES="s1.domain.cc"
* ---end---