From c00f529962008f38d26dfd741c634d7f8d52dc90 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Tue, 31 Oct 2017 15:21:09 +0500 Subject: [PATCH] fix a number of minor typos Fix 19 typos, grammatical errors and duplicated words. These fixes have minimal impact on the code as these are either in the doc files or in comments inside the code files. Signed-off-by: Abdur Rehman --- network/ipvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/ipvlan.md b/network/ipvlan.md index 13eb5981d1..f0309b1a9e 100644 --- a/network/ipvlan.md +++ b/network/ipvlan.md @@ -220,7 +220,7 @@ $$ ip a show eth0 The mode ` -o ipvlan_mode=l3` must be explicitly specified since the default ipvlan mode is `l2`. -The following example does not specify a parent interface. The network drivers will create a dummy type link for the user rather then rejecting the network creation and isolating containers from only communicating with one another. +The following example does not specify a parent interface. The network drivers will create a dummy type link for the user rather than rejecting the network creation and isolating containers from only communicating with one another. ``` # Create the Ipvlan L3 network