diff options
author | Dan Williams <dcbw@redhat.com> | 2011-08-22 19:02:43 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-08-22 20:33:07 -0500 |
commit | a8eaa4a3ea72415812122e5693d8456738a2dac1 (patch) | |
tree | f08b7464c762b6ee706611475c528d31214ba47f /libnm-util/nm-setting-8021x.c | |
parent | e3cc3366b2a97988eb5d03c2dd3ad54c649b00ef (diff) | |
download | NetworkManager-a8eaa4a3ea72415812122e5693d8456738a2dac1.tar.gz |
docs: fix a wrong variable name in code documentation
Diffstat (limited to 'libnm-util/nm-setting-8021x.c')
-rw-r--r-- | libnm-util/nm-setting-8021x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-8021x.c b/libnm-util/nm-setting-8021x.c index 0e27a8a0e0..07fdcc2141 100644 --- a/libnm-util/nm-setting-8021x.c +++ b/libnm-util/nm-setting-8021x.c @@ -1163,7 +1163,7 @@ nm_setting_802_1x_get_phase2_altsubject_match (NMSetting8021x *setting, guint32 /** * nm_setting_802_1x_add_phase2_altsubject_match: * @setting: the #NMSetting8021x - * @altsubject_match: the "phase 2" altSubjectName to allow for this + * @phase2_altsubject_match: the "phase 2" altSubjectName to allow for this * connection * * Adds an allowed alternate subject name match for "phase 2". Until |