Harald Hoyer afa7aa
From 4e3833f6a28c52dc4c1d4e8dd24d419af10c4dc6 Mon Sep 17 00:00:00 2001
Harald Hoyer afa7aa
From: Harald Hoyer <harald@hoyer.xyz>
Harald Hoyer afa7aa
Date: Mon, 9 Oct 2017 12:59:29 +0200
Harald Hoyer afa7aa
Subject: [PATCH] Merge pull request #285 from rldleblanc/fix-typos
Harald Hoyer afa7aa
Harald Hoyer afa7aa
Fix a couple of typos.
Harald Hoyer afa7aa
---
Harald Hoyer afa7aa
 modules.d/40network/parse-bond.sh | 4 ++--
Harald Hoyer afa7aa
 1 file changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer afa7aa
Harald Hoyer afa7aa
diff --git a/modules.d/40network/parse-bond.sh b/modules.d/40network/parse-bond.sh
Harald Hoyer afa7aa
index 48e548b9..c35c81d6 100755
Harald Hoyer afa7aa
--- a/modules.d/40network/parse-bond.sh
Harald Hoyer afa7aa
+++ b/modules.d/40network/parse-bond.sh
Harald Hoyer afa7aa
@@ -1,7 +1,7 @@
Harald Hoyer afa7aa
 #!/bin/sh
Harald Hoyer afa7aa
 #
Harald Hoyer afa7aa
 # Format:
Harald Hoyer afa7aa
-#       bond=<bondname>[:<bondslaves>:[:<options>[:<mtu>]]]
Harald Hoyer afa7aa
+#       bond=<bondname>[:<bondslaves>[:<options>[:<mtu>]]]
Harald Hoyer afa7aa
 #
Harald Hoyer afa7aa
 #       bondslaves is a comma-separated list of physical (ethernet) interfaces
Harald Hoyer afa7aa
 #       options is a comma-separated list on bonding options (modinfo bonding for details) in format compatible with initscripts
Harald Hoyer afa7aa
@@ -12,7 +12,7 @@
Harald Hoyer afa7aa
 #       if the mtu is specified, it will be set on the bond master
Harald Hoyer afa7aa
 #
Harald Hoyer afa7aa
 
Harald Hoyer afa7aa
-# We translate list of slaves to space-separated here to mwke it easier to loop over them in ifup
Harald Hoyer afa7aa
+# We translate list of slaves to space-separated here to make it easier to loop over them in ifup
Harald Hoyer afa7aa
 # Ditto for bonding options
Harald Hoyer afa7aa
 parsebond() {
Harald Hoyer afa7aa
     local v=${1}:
Harald Hoyer afa7aa