From ac0b5177a411cc4a0487eb25c49a796d4d0bbdb4 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 20 Aug 2015 16:41:25 +0100 Subject: [PATCH] Fix a few spelling mistakes in the docs --- Documentation/flannel.md | 2 +- Documentation/macvlan.md | 2 +- Documentation/ptp.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/flannel.md b/Documentation/flannel.md index dcb6a663..e223ddb3 100644 --- a/Documentation/flannel.md +++ b/Documentation/flannel.md @@ -54,7 +54,7 @@ This supplies a configuration parameter to the bridge plugin -- the created brid Notice that `mtu` has also been specified and this value will not be overwritten by flannel plugin. Additionally, the `delegate` field can be used to select a different kind of plugin altogether. -To use `ipvlan` instead of `bridge`, the following configuratoin can be specified: +To use `ipvlan` instead of `bridge`, the following configuration can be specified: ``` { diff --git a/Documentation/macvlan.md b/Documentation/macvlan.md index 9e9f981d..32448c61 100644 --- a/Documentation/macvlan.md +++ b/Documentation/macvlan.md @@ -4,7 +4,7 @@ [macvlan](http://backreference.org/2014/03/20/some-notes-on-macvlanmacvtap/) functions like a switch that is already connected to the host interface. A host interface gets "enslaved" with the virtual interfaces sharing the physical device but having distinct MAC addresses. -Since each macvlan interface has its own MAC address, it makes it easy to use with exising DHCP servers already present on the network. +Since each macvlan interface has its own MAC address, it makes it easy to use with existing DHCP servers already present on the network. ## Example configuration diff --git a/Documentation/ptp.md b/Documentation/ptp.md index d4dde924..a3270bcf 100644 --- a/Documentation/ptp.md +++ b/Documentation/ptp.md @@ -6,7 +6,7 @@ One end of the veth pair is placed inside a container and the other end resides Both ends receive an IP address out of a /31 range. The IP of the host end becomes the gateway address inside the container. -Because ptp plugin requires a pair of IP addresses for each container, it should be used in conjuction with host-local-ptp IPAM plugin. +Because ptp plugin requires a pair of IP addresses for each container, it should be used in conjunction with host-local-ptp IPAM plugin. ## Example network configuration ``` diff --git a/README.md b/README.md index 0430b73f..7b5aad78 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository includes a number of common plugins that can be found in plugins Please see Documentation/ folder for documentation about particular plugins. ## Running the plugins -The scripts/ directory contains two scripts, priv-net-run.sh and docker-run.sh, that can be used to excercise the plugins. +The scripts/ directory contains two scripts, priv-net-run.sh and docker-run.sh, that can be used to exercise the plugins. Start out by creating a netconf file to describe a network: