From: Robert LeBlanc Date: Thu, 21 Sep 2017 19:39:52 +0000 (-0600) Subject: Fix a couple of typos. X-Git-Tag: 047~97^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F285%2Fhead;p=thirdparty%2Fdracut.git Fix a couple of typos. Signed-Off-By: Robert LeBlanc --- diff --git a/modules.d/40network/parse-bond.sh b/modules.d/40network/parse-bond.sh index 48e548b9e..c35c81d63 100755 --- a/modules.d/40network/parse-bond.sh +++ b/modules.d/40network/parse-bond.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Format: -# bond=[::[:[:]]] +# bond=[:[:[:]]] # # 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}: