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.
This commit is contained in:
Lubomir Rintel
2018-11-21 11:32:38 +01:00
parent 3a999475ef
commit b385ad0159
104 changed files with 761 additions and 764 deletions

View File

@@ -137,7 +137,7 @@ if not connection_path:
device_path = get_wifi_device_path()
if not device_path:
print("no wifi device found")
print("no Wi-Fi device found")
sys.exit(1)
# Is it already activated?