summaryrefslogtreecommitdiff
path: root/examples/shell
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 /examples/shell
parent3a999475efa40fcba3ffc7bd918236d89417598a (diff)
downloadNetworkManager-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 'examples/shell')
-rwxr-xr-xexamples/shell/nm-logging.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shell/nm-logging.sh b/examples/shell/nm-logging.sh
index 0988e55ec2..988216502a 100755
--- a/examples/shell/nm-logging.sh
+++ b/examples/shell/nm-logging.sh
@@ -31,7 +31,7 @@
# Examples:
# nm-logging.sh debug - switches the debugging level on
# nm-logging.sh info - turns debugging off (back to normal)
-# nm-logging.sh "" "WIFI" - changes domain to print only WiFi related messages
+# nm-logging.sh "" "WIFI" - changes domain to print only Wi-Fi related messages
# nm-logging.sh err "HW,IP4" - will print only error messages related to hardware or IPv4
#