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 <abdur_rehman@mentor.com>
This commit is contained in:
Abdur Rehman 2017-10-31 15:21:09 +05:00
parent b0de8eff5f
commit c00f529962
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 # Create the Ipvlan L3 network