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