[PATCH] Fix typo.



Hi,

Trivial patch attached.

Best regards,
Alexander

-- 
Alexander Færøy
http://dev.exherbo.org/~ahf/
From b6cce384f8bcdf810d9d4e8d772f41ee6b4e7194 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Alexander=20F=C3=A6r=C3=B8y?= <ahf 0x90 dk>
Date: Mon, 13 Apr 2009 12:56:58 +0200
Subject: [PATCH] Fix typo.

---
 libnm-util/nm-utils.c                            |    8 ++++----
 src/nm-hal-manager.c                             |    2 +-
 system-settings/src/nm-system-config-interface.c |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c
index 47c0f7c..bf30f87 100644
--- a/libnm-util/nm-utils.c
+++ b/libnm-util/nm-utils.c
@@ -823,23 +823,23 @@ device_supports_ap_ciphers (guint32 dev_caps,
 
 /**
  * nm_utils_security_valid:
- * @type: the security type to check AP flags and device capabilties against,
+ * @type: the security type to check AP flags and device capabilities 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
  * @have_ap: whether the @ap_flags, @ap_wpa, and @ap_rsn arguments are valid
  * @adhoc: whether the capabilities being tested are from an Ad-Hoc AP (IBSS)
  * @ap_flags: bitfield of AP capabilities, e.g. #NM_802_11_AP_FLAGS_PRIVACY
- * @ap_wpa: bitfield of AP capabilties derived from the AP's WPA beacon,
+ * @ap_wpa: bitfield of AP capabilities derived from the AP's WPA beacon,
  * e.g. (#NM_802_11_AP_SEC_PAIR_TKIP | #NM_802_11_AP_SEC_KEY_MGMT_PSK)
- * @ap_rsn: bitfield of AP capabilties derived from the AP's RSN/WPA2 beacon,
+ * @ap_rsn: bitfield of AP capabilities derived from the AP's RSN/WPA2 beacon,
  * e.g. (#NM_802_11_AP_SEC_PAIR_CCMP | #NM_802_11_AP_SEC_PAIR_TKIP)
  *
  * Given a set of device capabilities, and a desired security type to check
  * against, determines whether the combination of device, desired security
  * type, and AP capabilities intersect.
  *
- * Returns: TRUE if the device capabilities and AP capabilties intersect and are
+ * Returns: TRUE if the device capabilities and AP capabilities intersect and are
  * compatible with the desired @type, FALSE if they are not
  **/
 gboolean
diff --git a/src/nm-hal-manager.c b/src/nm-hal-manager.c
index 0ed0f5d..6c26b1d 100644
--- a/src/nm-hal-manager.c
+++ b/src/nm-hal-manager.c
@@ -300,7 +300,7 @@ device_added (LibHalContext *ctx, const char *udi)
 
 	/* If not all the device's properties are set up yet (like net.interface),
 	 * the device will actually get added later when HAL signals new device
-	 * capabilties.
+	 * capabilities.
 	 */
 	creator = get_creator (self, udi);
 	if (creator)
diff --git a/system-settings/src/nm-system-config-interface.c b/system-settings/src/nm-system-config-interface.c
index 54a9cee..a22a712 100644
--- a/system-settings/src/nm-system-config-interface.c
+++ b/system-settings/src/nm-system-config-interface.c
@@ -51,7 +51,7 @@ interface_init (gpointer g_iface)
 		(g_iface,
 		 g_param_spec_uint (NM_SYSTEM_CONFIG_INTERFACE_CAPABILITIES,
 							  "Capabilities",
-							  "Plugin capabilties",
+							  "Plugin capabilities",
 							  NM_SYSTEM_CONFIG_INTERFACE_CAP_NONE,
 							  NM_SYSTEM_CONFIG_INTERFACE_CAP_LAST - 1,
 							  NM_SYSTEM_CONFIG_INTERFACE_CAP_NONE,
-- 
1.6.2.2

Attachment: pgpKw0H9OWito.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]