summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kuther <gimpel@sonnenkinder.org>2014-03-04 21:13:42 +0100
committerThomas Kuther <gimpel@sonnenkinder.org>2014-03-04 21:13:42 +0100
commita2c50f824205c15a04cc337ff64bf51698dfc74c (patch)
treea402ddd5cc1c755d52c4adbe544e013ff4823ff9
parentce87e41ed8452ec076fe508bfe3a998589e29314 (diff)
downloadnetctl-a2c50f824205c15a04cc337ff64bf51698dfc74c.tar.gz
netctl-a2c50f824205c15a04cc337ff64bf51698dfc74c.tar.xz
[macvlan] spelling fixlets
-rw-r--r--docs/examples/macvlan-dhcp2
-rw-r--r--docs/examples/macvlan-static2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/macvlan-dhcp b/docs/examples/macvlan-dhcp
index cacbc68..94955e4 100644
--- a/docs/examples/macvlan-dhcp
+++ b/docs/examples/macvlan-dhcp
@@ -3,7 +3,7 @@ Interface=mac0
Connection=macvlan
# The variable name is plural, but needs precisely one interface
BindsToInterfaces=eth0
-# MACVAN Mode
+# MACVLAN Mode
Mode="bride"
# Optional static MAC Address for MACVLAN interface
MACAddress="12:34:56:78:9a:bc"
diff --git a/docs/examples/macvlan-static b/docs/examples/macvlan-static
index 9fa1e59..4fa1493 100644
--- a/docs/examples/macvlan-static
+++ b/docs/examples/macvlan-static
@@ -3,7 +3,7 @@ Interface=mac0
Connection=macvlan
# The variable name is plural, but needs precisely one interface
BindsToInterfaces=eth0
-# MACVAN Mode
+# MACVLAN Mode
Mode="bridge"
# Optional static MAC Address for MACVLAN interface
MACAddress=""