Skip to content

Commit 3d87b80

Browse files
committed
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>
1 parent 093f57a commit 3d87b80

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ maintainer to make a difference on the project!
317317

318318
### IRC meetings
319319

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
321321
timezones. Anybody can propose a topic for discussion prior to the meeting.
322322

323323
If you feel the conversation is going off-topic, feel free to point it out.

docs/man/docker-export.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ and import the contents of the tarball into it, then optionally tag it.
4141
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
4242
based on docker.com source material and internal work.
4343
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)

docs/sources/docker-hub/official_repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ publishing all Official Repositories content. This team works in collaboration
3535
with upstream software maintainers, security experts, and the broader Docker
3636
community.
3737

38-
While it is preferrable to have upstream software authors maintaining their
38+
While it is preferable to have upstream software authors maintaining their
3939
corresponding Official Repositories, this is not a strict requirement. Creating
4040
and maintaining images for Official Repositories is a public process. It takes
4141
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
9292
community, whereas an obscure text adventure game written in Python last week is
9393
not.
9494

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
9696
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
9898
documentation on Docker Hub. Updates to the Official Repository follow the same
9999
pull request process, though with less review. The Official Repositories team
100100
ultimately acts as a gatekeeper for all changes, which helps mitigate the risk

docs/sources/reference/commandline/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ process is returned by the `docker attach` command to its caller too:
689689
--memory-swap="" Total memory (memory + swap), `-1` to disable swap
690690
-c, --cpu-shares CPU Shares (relative weight)
691691
--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`
693693
--cgroup-parent="" Optional parent cgroup for the container
694694

695695
Builds Docker images from a Dockerfile and a "context". A build's context is
@@ -759,7 +759,7 @@ client is killed for any reason.
759759

760760
> **Note:**
761761
> Currently only the "run" phase of the build can be canceled until pull
762-
> cancelation is implemented).
762+
> cancellation is implemented).
763763
764764
### Return code
765765

image/spec/v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Here is an example image JSON file:
176176
should be omitted. A collection of images may share many of the same
177177
ancestor layers. This organizational structure is strictly a tree with
178178
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
180180
should be careful to avoid creating them or iterating through a cycle
181181
indefinitely.
182182
</dd>

0 commit comments

Comments
 (0)