From 3debf80d8207b57e5fac7bfc4858e1cf456a367b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 29 Jan 2015 07:00:58 -0500 Subject: [PATCH] libnm-core: fix docs typo --- libnm-core/nm-setting-8021x.c | 4 ++-- 1 file 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---