summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-iwd-manager.c
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-11-21 11:32:38 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-11-29 17:53:35 +0100
commitb385ad015944af4349b56ffe38ab6369f78655b9 (patch)
tree92abff0ba3ca5931e026d94f3b26b1008b86fc55 /src/devices/wifi/nm-iwd-manager.c
parent3a999475efa40fcba3ffc7bd918236d89417598a (diff)
all: say Wi-Fi instead of "wifi" or "WiFi"
Correct the spelling across the *entire* tree, including translations, comments, etc. It's easier that way. Even the places where it's not exposed to the user, such as tests, so that we learn how is it spelled correctly.
Diffstat (limited to 'src/devices/wifi/nm-iwd-manager.c')
-rw-r--r--src/devices/wifi/nm-iwd-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wifi/nm-iwd-manager.c b/src/devices/wifi/nm-iwd-manager.c
index 713b431be..736a1a239 100644
--- a/src/devices/wifi/nm-iwd-manager.c
+++ b/src/devices/wifi/nm-iwd-manager.c
@@ -817,7 +817,7 @@ got_object_manager (GObject *object, GAsyncResult *result, gpointer user_data)
&priv->agent_path,
&error);
if (!priv->agent_id) {
- _LOGE ("failed to export the IWD Agent: PSK/8021x WiFi networks may not work: %s",
+ _LOGE ("failed to export the IWD Agent: PSK/8021x Wi-Fi networks may not work: %s",
error->message);
g_clear_error (&error);
}