From 8cd9a314d37d876299a64ece25198490167b88eb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 10 Jan 2019 14:55:21 +0100 Subject: [PATCH] Fix some typos Found with: codespell -w $(fd md) --- README.md | 2 +- prepare-local/README.md | 2 +- slides/containers/Ambassadors.md | 2 +- slides/containers/Application_Configuration.md | 4 ++-- slides/containers/Initial_Images.md | 2 +- slides/containers/Windows_Containers.md | 2 +- slides/containers/intro.md | 2 +- slides/swarm/morenodes.md | 2 +- slides/swarm/rollingupdates.md | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 973a57b1..7bac0675 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ this section is for you! locked-down computer, host firewall, etc. - Horrible wifi, or ssh port TCP/22 not open on network! If wifi sucks you can try using MOSH https://mosh.org which handles SSH over UDP. TMUX can also - prevent you from loosing your place if you get disconnected from servers. + prevent you from losing your place if you get disconnected from servers. https://tmux.github.io - Forget to print "cards" and cut them up for handing out IP's. - Forget to have fun and focus on your students! diff --git a/prepare-local/README.md b/prepare-local/README.md index dd8d7c54..0fb0057f 100644 --- a/prepare-local/README.md +++ b/prepare-local/README.md @@ -32,7 +32,7 @@ Virtualbox, Vagrant and Ansible $ source path/to/your-ansible-clone/hacking/env-setup - - you need to repeat the last step everytime you open a new terminal session + - you need to repeat the last step every time you open a new terminal session and want to use any Ansible command (but you'll probably only need to run it once). diff --git a/slides/containers/Ambassadors.md b/slides/containers/Ambassadors.md index 9da6327b..27d7722a 100644 --- a/slides/containers/Ambassadors.md +++ b/slides/containers/Ambassadors.md @@ -160,7 +160,7 @@ Different deployments will use different underlying technologies. * A service mesh is a configurable network layer. -* It can provide service discovery, high availablity, load balancing, observability... +* It can provide service discovery, high availability, load balancing, observability... * Service meshes are particularly useful for microservices applications. diff --git a/slides/containers/Application_Configuration.md b/slides/containers/Application_Configuration.md index 351ca413..522d4b81 100644 --- a/slides/containers/Application_Configuration.md +++ b/slides/containers/Application_Configuration.md @@ -36,7 +36,7 @@ docker run jpetazzo/hamba 80 www1:80 www2:80 * Appropriate for mandatory parameters (without which the service cannot start). -* Convenient for "toolbelt" services instanciated many times. +* Convenient for "toolbelt" services instantiated many times. (Because there is no extra step: just run it!) @@ -63,7 +63,7 @@ docker run -e ELASTICSEARCH_URL=http://es42:9201/ kibana * Appropriate for optional parameters (since the image can provide default values). -* Also convenient for services instanciated many times. +* Also convenient for services instantiated many times. (It's as easy as command-line parameters.) diff --git a/slides/containers/Initial_Images.md b/slides/containers/Initial_Images.md index 8cff4e41..8c6a5475 100644 --- a/slides/containers/Initial_Images.md +++ b/slides/containers/Initial_Images.md @@ -118,7 +118,7 @@ If an image is read-only, how do we change it? * The only way to create an image is by "freezing" a container. -* The only way to create a container is by instanciating an image. +* The only way to create a container is by instantiating an image. * Help! diff --git a/slides/containers/Windows_Containers.md b/slides/containers/Windows_Containers.md index 0053cb77..bf9497c1 100644 --- a/slides/containers/Windows_Containers.md +++ b/slides/containers/Windows_Containers.md @@ -121,7 +121,7 @@ Nano and LinuxKit VMs in Hyper-V!) - you should still use `--plaform` with multi-os images to be certain -- Windows Containers now support `localhost` accessable containers (July 2018) +- Windows Containers now support `localhost` accessible containers (July 2018) - Microsoft (April 2018) added Hyper-V support to Windows 10 Home ... diff --git a/slides/containers/intro.md b/slides/containers/intro.md index b6c1ee76..c7b5ee1b 100644 --- a/slides/containers/intro.md +++ b/slides/containers/intro.md @@ -30,7 +30,7 @@ class: self-paced - These slides include *tons* of exercises and examples -- They assume that you have acccess to a machine running Docker +- They assume that you have access to a machine running Docker - If you are attending a workshop or tutorial:
you will be given specific instructions to access a cloud VM diff --git a/slides/swarm/morenodes.md b/slides/swarm/morenodes.md index 7c780f4f..44fba1f3 100644 --- a/slides/swarm/morenodes.md +++ b/slides/swarm/morenodes.md @@ -160,7 +160,7 @@ class: self-paced - Keep managers in one region (multi-zone/datacenter/rack) -- Groups of 3 or 5 nodes: all are managers. Beyond 5, seperate out managers and workers +- Groups of 3 or 5 nodes: all are managers. Beyond 5, separate out managers and workers - Groups of 10-100 nodes: pick 5 "stable" nodes to be managers diff --git a/slides/swarm/rollingupdates.md b/slides/swarm/rollingupdates.md index ec25424b..855905a1 100644 --- a/slides/swarm/rollingupdates.md +++ b/slides/swarm/rollingupdates.md @@ -16,7 +16,7 @@ ] -- You can run `docker events` in a seperate `node1` shell to see Swarm actions +- You can run `docker events` in a separate `node1` shell to see Swarm actions - You can use `--force` to replace containers without a config change