about summary refs log tree commit diff
path: root/examples/dispatcher
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dispatcher')
-rwxr-xr-xexamples/dispatcher/70-wifi-wired-exclusive.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/dispatcher/70-wifi-wired-exclusive.sh b/examples/dispatcher/70-wifi-wired-exclusive.sh
index 676695f4..fac18b59 100755
--- a/examples/dispatcher/70-wifi-wired-exclusive.sh
+++ b/examples/dispatcher/70-wifi-wired-exclusive.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
-# This dispatcher script makes WiFi mutually exclusive with
+# This dispatcher script makes Wi-Fi mutually exclusive with
 # wired networking.  When a wired interface is connected,
-# WiFi will be set to airplane mode (rfkilled).  When the wired
-# interface is disconnected, WiFi will be turned back on.
+# Wi-Fi will be set to airplane mode (rfkilled).  When the wired
+# interface is disconnected, Wi-Fi will be turned back on.
 #
 # Copyright 2012 Johannes Buchner <buchner.johannes@gmx.at>
 # Copyright 2012 - 2014 Red Hat, Inc.