libnm-core: fix docs typo

(cherry picked from commit 3debf80d82)
This commit is contained in:
Dan Winship 2015-01-29 07:00:58 -05:00
parent cdf17af657
commit 37701ae6df

View file

@ -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---