diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-23 00:49:17 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-23 00:49:17 +0100 |
commit | a7307cfcbbd117a74c555c290f012e33e74e99ba (patch) | |
tree | fccf41a4e81cd6ba8e8269d25f28c11479124d7d | |
parent | ee0a284de9e57409fb5f8da8a33d5691bf0f0955 (diff) | |
download | netctl-a7307cfcbbd117a74c555c290f012e33e74e99ba.tar.gz netctl-a7307cfcbbd117a74c555c290f012e33e74e99ba.tar.xz |
Minor spelling issues
-rw-r--r-- | config/netcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/netcfg b/config/netcfg index b0610eb..9bee668 100644 --- a/config/netcfg +++ b/config/netcfg @@ -5,10 +5,10 @@ # #NETWORKS=(menu) -## Define to the name of your wires interface for net-auto-wired +## Specify the name of your wired interface for net-auto-wired WIRED_INTERFACE="eth0" -## Define to the name of your wireless interface for net-auto-wireless +## Specify the name of your wireless interface for net-auto-wireless WIRELESS_INTERFACE="wlan0" ## List of profiles that can be started by net-auto-wireless |