From 58e4257e22cc4effb10b79c77cd469519000f6d6 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 6 Jun 2017 09:25:43 +0200 Subject: [PATCH] libnm-core: fix typo in 802.1x doc comment (cherry picked from commit 7415ad778eb00903a666ac1302c941e4ab2e267b) --- libnm-core/nm-setting-8021x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-setting-8021x.h b/libnm-core/nm-setting-8021x.h index 0f5f7ddd9e..e1631e2d51 100644 --- a/libnm-core/nm-setting-8021x.h +++ b/libnm-core/nm-setting-8021x.h @@ -175,7 +175,7 @@ typedef enum { /*< underscore_name=nm_setting_802_1x_auth_flags >*/ /** * NMSetting8021x: * - * AIEEE 802.1x Authentication Settings + * IEEE 802.1x Authentication Settings */ struct _NMSetting8021x { NMSetting parent;