From c0458cb433eedc7f4c765ee80e83ebbaedb7af77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Thu, 18 Oct 2012 10:53:01 +0200 Subject: [PATCH] docs: correct the description of nm_utils_ap_mode_security_valid() --- libnm-util/nm-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index f18d55d1b..51ddfeb89 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -1204,7 +1204,7 @@ device_supports_ap_ciphers (guint32 dev_caps, /** * nm_utils_ap_mode_security_valid: - * @type: the security type to check AP flags and device capabilties against, + * @type: the security type to check device capabilties against, * e.g. #NMU_SEC_STATIC_WEP * @wifi_caps: bitfield of the capabilities of the specific WiFi device, e.g. * #NM_WIFI_DEVICE_CAP_CIPHER_WEP40 @@ -1257,7 +1257,7 @@ nm_utils_ap_mode_security_valid (NMUtilsSecurityType type, * type, and AP capabilities intersect. * * NOTE: this function cannot handle checking security for AP/Hotspot mode; - * use nm_utils_wifi_ap_mode_security_valid() instead. + * use nm_utils_ap_mode_security_valid() instead. * * Returns: TRUE if the device capabilities and AP capabilties intersect and are * compatible with the desired @type, FALSE if they are not