]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix a couple of typos. 285/head
authorRobert LeBlanc <robert@leblancnet.us>
Thu, 21 Sep 2017 19:39:52 +0000 (13:39 -0600)
committerRobert LeBlanc <robert@leblancnet.us>
Thu, 21 Sep 2017 19:39:52 +0000 (13:39 -0600)
Signed-Off-By: Robert LeBlanc <robert@leblancnet.us>
modules.d/40network/parse-bond.sh

index 48e548b9e3b4e21b5c826c7215d6d17d4efad02d..c35c81d63bf19dd51b51a6caf29f969183608cb6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # Format:
-#       bond=<bondname>[:<bondslaves>:[:<options>[:<mtu>]]]
+#       bond=<bondname>[:<bondslaves>[:<options>[:<mtu>]]]
 #
 #       bondslaves is a comma-separated list of physical (ethernet) interfaces
 #       options is a comma-separated list on bonding options (modinfo bonding for details) in format compatible with initscripts
@@ -12,7 +12,7 @@
 #       if the mtu is specified, it will be set on the bond master
 #
 
-# We translate list of slaves to space-separated here to mwke it easier to loop over them in ifup
+# We translate list of slaves to space-separated here to make it easier to loop over them in ifup
 # Ditto for bonding options
 parsebond() {
     local v=${1}: