Browse code

Fix spelling mistakes in documentation

While reading some of the docs I noticed a few errors, so I ran
misspellings (https://pypi.python.org/pypi/misspellings) on markdown files

Signed-off-by: Joe Gordon <joe.gordon0@gmail.com>

Joe Gordon authored on 2015/06/01 03:47:49
Showing 5 changed files
... ...
@@ -317,7 +317,7 @@ maintainer to make a difference on the project!
317 317
 
318 318
 ### IRC meetings
319 319
 
320
-There are two monthly meetings taking place on #docker-dev IRC to accomodate all
320
+There are two monthly meetings taking place on #docker-dev IRC to accommodate all
321 321
 timezones. Anybody can propose a topic for discussion prior to the meeting.
322 322
 
323 323
 If you feel the conversation is going off-topic, feel free to point it out.
... ...
@@ -41,4 +41,4 @@ and import the contents of the tarball into it, then optionally tag it.
41 41
 April 2014, Originally compiled by William Henry (whenry at redhat dot com)
42 42
 based on docker.com source material and internal work.
43 43
 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
44
-Janurary 2015, updated by Joseph Kern (josephakern at gmail dot com)
44
+January 2015, updated by Joseph Kern (josephakern at gmail dot com)
... ...
@@ -35,7 +35,7 @@ publishing all Official Repositories content. This team works in collaboration
35 35
 with upstream software maintainers, security experts, and the broader Docker
36 36
 community.
37 37
 
38
-While it is preferrable to have upstream software authors maintaining their
38
+While it is preferable to have upstream software authors maintaining their
39 39
 corresponding Official Repositories, this is not a strict requirement. Creating
40 40
 and maintaining images for Official Repositories is a public process. It takes
41 41
 place openly on GitHub where participation is encouraged. Anyone can provide
... ...
@@ -92,9 +92,9 @@ Official Repository is "generally useful" to the large Python developer
92 92
 community, whereas an obscure text adventure game written in Python last week is
93 93
 not.
94 94
 
95
-When a new proposal is accepted, the author becomes responsibile for keeping
95
+When a new proposal is accepted, the author becomes responsible for keeping
96 96
 their images up-to-date and responding to user feedback.  The Official
97
-Repositories team becomes responsibile for publishing the images and
97
+Repositories team becomes responsible for publishing the images and
98 98
 documentation on Docker Hub.  Updates to the Official Repository follow the same
99 99
 pull request process, though with less review. The Official Repositories team
100 100
 ultimately acts as a gatekeeper for all changes, which helps mitigate the risk
... ...
@@ -689,7 +689,7 @@ process is returned by the `docker attach` command to its caller too:
689 689
       --memory-swap=""         Total memory (memory + swap), `-1` to disable swap
690 690
       -c, --cpu-shares         CPU Shares (relative weight)
691 691
       --cpuset-mems=""         MEMs in which to allow execution, e.g. `0-3`, `0,1`
692
-      --cpuset-cpus=""         CPUs in which to allow exection, e.g. `0-3`, `0,1`
692
+      --cpuset-cpus=""         CPUs in which to allow execution, e.g. `0-3`, `0,1`
693 693
       --cgroup-parent=""       Optional parent cgroup for the container
694 694
 
695 695
 Builds Docker images from a Dockerfile and a "context". A build's context is
... ...
@@ -759,7 +759,7 @@ client is killed for any reason.
759 759
 
760 760
 > **Note:**
761 761
 > Currently only the "run" phase of the build can be canceled until pull
762
-> cancelation is implemented).
762
+> cancellation is implemented).
763 763
 
764 764
 ### Return code
765 765
 
... ...
@@ -176,7 +176,7 @@ Here is an example image JSON file:
176 176
         should be omitted. A collection of images may share many of the same
177 177
         ancestor layers. This organizational structure is strictly a tree with
178 178
         any one layer having either no parent or a single parent and zero or
179
-        more decendent layers. Cycles are not allowed and implementations
179
+        more descendent layers. Cycles are not allowed and implementations
180 180
         should be careful to avoid creating them or iterating through a cycle
181 181
         indefinitely.
182 182
     </dd>