diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-21 11:32:38 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-29 17:53:35 +0100 |
commit | b385ad015944af4349b56ffe38ab6369f78655b9 (patch) | |
tree | 92abff0ba3ca5931e026d94f3b26b1008b86fc55 /src/nm-logging.h | |
parent | 3a999475efa40fcba3ffc7bd918236d89417598a (diff) | |
download | NetworkManager-b385ad015944af4349b56ffe38ab6369f78655b9.tar.gz |
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/nm-logging.h')
-rw-r--r-- | src/nm-logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-logging.h b/src/nm-logging.h index 451d51c5e0..cc09b067d1 100644 --- a/src/nm-logging.h +++ b/src/nm-logging.h @@ -49,7 +49,7 @@ typedef enum { /*< skip >*/ LOGD_DNS = (1LL << 13), LOGD_VPN = (1LL << 14), LOGD_SHARING = (1LL << 15), /* Connection sharing/dnsmasq */ - LOGD_SUPPLICANT = (1LL << 16), /* WiFi and 802.1x */ + LOGD_SUPPLICANT = (1LL << 16), /* Wi-Fi and 802.1x */ LOGD_AGENTS = (1LL << 17), /* Secret agents */ LOGD_SETTINGS = (1LL << 18), /* Settings */ LOGD_SUSPEND = (1LL << 19), /* Suspend/Resume */ |