summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-05-06 16:55:50 +0200
committerJiří Klimeš <jklimes@redhat.com>2014-05-06 16:55:50 +0200
commitb7647665173415526e11a927906b5b73fb3ea166 (patch)
tree14b88378bb8534b14c68ec856aa2ef412cbe4325
parent7b65c80712070961dbd06b0dec1a313eb161c34c (diff)
downloadNetworkManager-b7647665173415526e11a927906b5b73fb3ea166.tar.gz
trivial: fix typo BBSID -> BSSID
-rw-r--r--libnm-util/nm-setting-wireless.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-wireless.c b/libnm-util/nm-setting-wireless.c
index 8c3ea07cc8..c350625ae4 100644
--- a/libnm-util/nm-setting-wireless.c
+++ b/libnm-util/nm-setting-wireless.c
@@ -1221,7 +1221,7 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
* A list of BSSIDs (each BSSID formatted as a MAC address like
* '00:11:22:33:44:55') that have been detected as part of the Wi-FI network.
* NetworkManager internally tracks previously seen BSSIDs. The property is only
- * meant for reading and reflects the BBSID list of NetworkManager. The changes you
+ * meant for reading and reflects the BSSID list of NetworkManager. The changes you
* make to this property will not be preserved.
**/
g_object_class_install_property
@@ -1233,7 +1233,7 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
"detected as part of the WiFI network. "
"NetworkManager internally tracks previously seen "
"BSSIDs. The property is only meant for reading "
- "and reflects the BBSID list of NetworkManager. "
+ "and reflects the BSSID list of NetworkManager. "
"The changes you make to this property will not be "
"preserved.",
DBUS_TYPE_G_LIST_OF_STRING,