Skip to content

Commit b43c302

Browse files
stevenhanna6johndmulhausen
authored andcommitted
Spelling mistakes (docker#2970)
* Spelling mistakes * Delete last_page.md
1 parent a3a7ae1 commit b43c302

File tree

39 files changed

+50
-51
lines changed

39 files changed

+50
-51
lines changed

_includes/why_d4a.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ reduced.
8080

8181
Centralized logging is a critical component of many modern infrastructure
8282
stacks. To have these logs indexed and searchable proves invaluable for
83-
debugging appliation and system issues as they come up. Out of the box, Docker
83+
debugging application and system issues as they come up. Out of the box, Docker
8484
for {{cloudprovider}} forwards logs from containers to a native cloud provider
8585
abstraction ({{cloudprovider_log_dest}}).
8686

apidocs/cloud-api-source/source/includes/action.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.
2828

29-
Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in `Success` or `Failed` states. API calls that do require asynchronous execution will return HTTP code `202 Accepted` immediately and create an action object in `In progress` state, which will change to `Success` or `Failed` state depending on the outcome of the operation being performed. In both cases the response will include a `X-DockerCloud-Action-URI` header with the resource URI of the created action.
29+
Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in `Success` or `Failed` states. API calls that do require asynchronous execution will return HTTP code `202 Accepted` immediately and create an action object in `In progress` state, which will change to `Success` or `Failed` state depending on the outcome of the operation being performed. In both cases the response will include a `X-DockerCloud-Action-URI` header with the resource URI of the created action.
3030

3131

3232
### Attributes

apidocs/cloud-api-source/source/includes/container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ uuid | The UUID of the container to redeploy
709709

710710
Parameter | Description
711711
--------- | -----------
712-
reuse_volumes | Wheather to reuse container volumes for this redeploy operation or not (default: `true`).
712+
reuse_volumes | Whether to reuse container volumes for this redeploy operation or not (default: `true`).
713713

714714

715715
## Terminate a container

apidocs/cloud-api-source/source/includes/dockercloud-events.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ This is a [namespaced endpoint](#namespaced-endpoints).
3333

3434
| Attribute | Description |
3535
|:-------------|:---------------------------------------------------------------------------------------------------------------------------------|
36-
| type | Type of object that was created or updated. For possible values, check the [events types](#event-types) table below. |
37-
| action | Type of action that was executed on the object. Posible values: `create`, `update` or `delete` |
36+
| type | Type of object that was created or updated. For possible values, check the [events types](#event-types) table below. |
37+
| action | Type of action that was executed on the object. Possible values: `create`, `update` or `delete` |
3838
| parents | List of resource URIs (REST API) of the parents of the object, according to the "Parent-child hierarchy" table below |
3939
| resource_uri | Resource URI (REST API) of the object that was created or updated. You can do a `GET` operation on this URL to fetch its details |
4040
| state | The current state of the object |

apidocs/cloud-api-source/source/includes/nodecluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can specify the following options when using the Amazon Web Services provide
8585

8686
* `vpc`: VPC-related options (optional)
8787
* `id`: AWS VPC identifier of the target VPC where the nodes of the cluster will be deployed (required)
88-
* `subnets`: a list of target subnet indentifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)
88+
* `subnets`: a list of target subnet identifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)
8989
* `security_groups`: the security group that will be applied to every node of the cluster (optional)
9090
* `iam`: IAM-related options (optional)
9191
* `instance_profile_name`: name of the instance profile (container for instance an IAM role) to attach to every node of the cluster (required)

apidocs/cloud-api-source/source/includes/service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ uuid | The UUID of the service to redeploy
881881

882882
Parameter | Description
883883
--------- | -----------
884-
reuse_volumes | Wheather to reuse container volumes for this redeploy operation or not (default: `true`).
884+
reuse_volumes | Whether to reuse container volumes for this redeploy operation or not (default: `true`).
885885

886886

887887
## Terminate a service

apidocs/cloud-api-source/source/includes/stack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ uuid | The UUID of the stack to redeploy
516516

517517
Parameter | Description
518518
--------- | -----------
519-
reuse_volumes | Wheather to reuse container volumes for this redeploy operation or not (default: `true`).
519+
reuse_volumes | Whether to reuse container volumes for this redeploy operation or not (default: `true`).
520520

521521

522522
## Terminate a stack

components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Componenets page
2+
description: Components page
33
title: Components
44
hide_from_sitemap: true
55
---

datacenter/dtr/2.0/monitor-troubleshoot/troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run -it --rm --net dtr-ol --name overlay-test2 --entrypoint ping docker/d
1919
```
2020

2121
You can create new overlay network for this test with `docker network create
22-
-d overaly network-name`. You can also use any images that contain `sh` and
22+
-d overlay network-name`. You can also use any images that contain `sh` and
2323
`ping` for this test.
2424

2525
If the second command succeeds, overlay networking is working.

datacenter/dtr/2.1/guides/monitor-troubleshoot/troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker run -it --rm --net dtr-ol --name overlay-test1 --entrypoint sh docker/dtr
1313
docker run -it --rm --net dtr-ol --name overlay-test2 --entrypoint ping docker/dtr -c 3 overlay-test1
1414
```
1515

16-
You can create new overlay network for this test with `docker network create -d overaly network-name`.
16+
You can create new overlay network for this test with `docker network create -d overlay network-name`.
1717
You can also use any images that contain `sh` and `ping` for this test.
1818

1919
If the second command succeeds, overlay networking is working.

datacenter/dtr/2.2/guides/admin/configure/garbage-collection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ metadata
7575
- The "manifest", which is pulled first and lists all layers and the config file
7676
for the image.
7777

78-
All of these files are stored in a content-addressible manner. We take the
78+
All of these files are stored in a content-addressable manner. We take the
7979
sha256 hash of the file's content and use the hash as the filename. This means
8080
that if tag `example.com/user/blog:1.11.0` and `example.com/user/blog:latest`
8181
use the same layers we only store them once.

datacenter/dtr/2.2/guides/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DTR has the ability to [clean up unreferenced manifests and layers](https://docs
3838
## Built-in access control
3939

4040
DTR uses the same authentication mechanism as Docker Universal Control Plane.
41-
Users can be managed manually or syched from LDAP or Active Directory. DTR
41+
Users can be managed manually or synched from LDAP or Active Directory. DTR
4242
uses [Role Based Access Control](admin/manage-users/index.md) (RBAC) to allow you to implement fine-grained
4343
access control policies for who has access to your Docker images.
4444

datacenter/dtr/2.2/guides/release-notes/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ events like image push, repository creation, and others
126126
* The install command was improved to avoid deploying DTR to a node where it
127127
cannot run due to port collisions
128128
* The `docker/dtr install --ucp-node` flag is now mandatory
129-
* The install command no longer allows deploying replicas with duplica ids
129+
* The install command no longer allows deploying replicas with duplicate ids
130130
* The upgrade command now validates if all tags were migrated to the latest
131131
version before trying to migrate blob links
132132

@@ -141,7 +141,7 @@ letters
141141
created
142142
* The copy to clipboard button on the repository page now works on Firefox
143143
* The repository page now renders properly the repository permissions
144-
* You can now delete a users's full name from the UI
144+
* You can now delete a users full name from the UI
145145
* Organization administrators can now see the repositories owned by the organization
146146
* The garbage collection settings now show the correct cron values
147147
* You can now specify DTR to use port 443 when installing DTR

datacenter/dtr/2.2/guides/user/create-and-manage-webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,6 @@ To delete a webhook subscription send a `DELETE` request to
308308
which you would like to delete.
309309

310310
Note that in order to delete a subscription you must be either a system
311-
administrator or an admistrator for the resource which the payload subscribes
311+
administrator or an administrator for the resource which the payload subscribes
312312
to. For example, as a normal user you can only delete subscriptions for
313313
repositories which you are an admin of.

datacenter/dtr/2.2/guides/user/manage-images/sign-images/manage-trusted-repositories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ notary status <dtr_url>/<account>/<repository> --unstage 0
6161
$ notary status <dtr_url>/<account>/<repository> --reset
6262
```
6363

64-
When you're ready to publish your chages to the Notary server, run:
64+
When you're ready to publish your changes to the Notary server, run:
6565

6666
```bash
6767
$ notary publish <dtr_url>/<account>/<repository>

datacenter/ucp/1.1/configuration/use-externally-signed-certs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Learn how to configure Docker Universal Control Plane to use your own
33
certificates.
4-
keywords: Universal Control Plane, UCP, certificate, authentiation, tls
4+
keywords: Universal Control Plane, UCP, certificate, authentication, tls
55
redirect_from:
66
- /ucp/configuration/use-externally-signed-certs/
77
title: Use externally-signed certificates

datacenter/ucp/2.0/guides/configuration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Learn how to configure Docker Universal Control Plane to use your own
33
certificates.
4-
keywords: Universal Control Plane, UCP, certificate, authentiation, tls
4+
keywords: Universal Control Plane, UCP, certificate, authentication, tls
55
title: Use externally-signed certificates
66
---
77

datacenter/ucp/2.0/guides/content-trust/continuous-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ will still need to provide them for the commands to work correctly.
106106
Now that the repository is initialized, we need to create the delegations for Jenkins. Docker
107107
Content Trust treats a delegation role called `targets/releases` specially. It considers this
108108
delegation to contain the canonical list of published images for the repository. It is therefore
109-
generally desiable to add all users to this delegation with the following command:
109+
generally desirable to add all users to this delegation with the following command:
110110

111111
```
112112
notary delegation add my_repository targets/releases --all-paths /path/to/cert.pem

datacenter/ucp/2.0/guides/content-trust/manage-trusted-repositories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ notary status <dtr_url>/<account>/<repository> --unstage 0
3333
$ notary status <dtr_url>/<account>/<repository> --reset
3434
```
3535

36-
When you're ready to publish your chages to the Notary server, run:
36+
When you're ready to publish your changes to the Notary server, run:
3737

3838
```bash
3939
$ notary publish <dtr_url>/<account>/<repository>

datacenter/ucp/2.0/guides/monitor/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ are deployed on a node, depend on whether the node is a manager or worker.
3131
[Learn more about the UCP architecture](../architecture.md)
3232

3333
To check the state and logs of other UCP internal components, go to the
34-
**Containers** page, and appply the **System containers** filter.
34+
**Containers** page, and apply the **System containers** filter.
3535
This can help validate that all UCP internal components are up and running.
3636

3737
![](../images/monitor-ucp-3.png){: .with-border}

datacenter/ucp/2.1/guides/admin/configure/use-trusted-images-for-ci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ will still need to provide them for the commands to work correctly.
106106
Now that the repository is initialized, we need to create the delegations for Jenkins. Docker
107107
Content Trust treats a delegation role called `targets/releases` specially. It considers this
108108
delegation to contain the canonical list of published images for the repository. It is therefore
109-
generally desiable to add all users to this delegation with the following command:
109+
generally desirable to add all users to this delegation with the following command:
110110

111111
```
112112
notary delegation add my_repository targets/releases --all-paths /path/to/cert.pem

datacenter/ucp/2.1/guides/admin/configure/use-your-own-tls-certificates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Learn how to configure Docker Universal Control Plane to use your own
33
certificates.
4-
keywords: Universal Control Plane, UCP, certificate, authentiation, tls
4+
keywords: Universal Control Plane, UCP, certificate, authentication, tls
55
title: Use your own TLS certificates
66
---
77

docker-cloud/cloud-swarm/create-cloud-swarm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Learn how to [connect to a swarm through Docker Cloud](connect-to-swarm.md).
5050

5151
Learn how to [register existing swarms](register-swarms.md).
5252

53-
You can get an overivew of topics on [swarms in Docker Cloud](index.md).
53+
You can get an overview of topics on [swarms in Docker Cloud](index.md).
5454

5555
To find out more about Docker swarm in general, see the Docker engine
5656
[Swarm Mode overview](/engine/swarm/).

docker-cloud/cloud-swarm/link-aws-swarm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you already have your AWS account connected to Docker Cloud and used the lega
6565
7. In the **Policy Document** section, copy and paste the policy document found in the [Docker for AWS page](/docker-for-aws/iam-permissions/).
6666
8. Click **Create Policy**.
6767
9. Select and copy the **Role ARN** on the role screen.
68-
It should't have changed, but you'll use it to re-link your account.
68+
It shouldn't have changed, but you'll use it to re-link your account.
6969

7070
Because you edited the role's permissions, you need to re-link to your account.
7171
Back in Docker Cloud, click the account menu and select **Cloud Settings**, and
@@ -91,7 +91,7 @@ You're now ready to deploy a swarm!
9191

9292
For next steps, see [create a new swarm in Docker Cloud](create-cloud-swarm.md).
9393

94-
You can get an overivew of topics on [swarms in Docker Cloud](index.md).
94+
You can get an overview of topics on [swarms in Docker Cloud](index.md).
9595

9696
<!-- TODO: Commenting out until this replaces the existing ../infrastructure/link-aws file.
9797

docker-for-aws/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There isn't anything we can do right now to fix this issue, we have contacted Am
4444
This AWS documentation page will describe how you can tell if you have EC2-Classic, EC2-VPC or both. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html
4545

4646
### Possible fixes to the EC2-Classic region issue:
47-
There are a few work arounds that you can try to get Docker for AWS up and running for you.
47+
There are a few workarounds that you can try to get Docker for AWS up and running for you.
4848

4949
1. Create your own VPC, then [install Docker for AWS with a pre-existing VPC](index.md#install-with-an-existing-vpc).
5050
2. Use a region that doesn't have **EC2-Classic**. The most common region with this issue is `us-east-1`. So try another region, `us-west-1`, `us-west-2`, or the new `us-east-2`. These regions will more then likely be setup with **EC2-VPC** and you will not longer have this issue.

docker-for-aws/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To initiate an update, use either the AWS Console or the AWS cli to initiate a s
2323

2424
![Upgrade in AWS console](img/cloudformation_update.png)
2525

26-
Note that single containers started (for example) with `docker run -d` are **not** preserved during an upgrade. This is because the're not Docker Swarm objects, but are known only to the individual Docker engines.
26+
Note that single containers started (for example) with `docker run -d` are **not** preserved during an upgrade. This is because they're not Docker Swarm objects, but are known only to the individual Docker engines.
2727

2828
## Changing instance sizes and other template parameters
2929

docker-for-mac/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ interactive settings, or switch to **Advanced** to edit the JSON directly.
209209
210210
The settings offered on **Basic** dialog can be
211211
configured directly in the JSON as well. This version just surfaces
212-
some of the commmon settings to make it easier to configure them.
212+
some of the common settings to make it easier to configure them.
213213
214214
* [Experimental mode](#experimental-mode)
215215
* [Custom registries](#custom-registries)

docker-for-mac/release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ events or unexpected unmounts.
620620
- Memory can be allocated with 256 MiB steps
621621
- The storage location of the Linux volume can now be moved
622622
- More explicit proxy settings
623-
- Proxy can now be completly disabled
623+
- Proxy can now be completely disabled
624624
- You can switch daemon tabs without losing your settings
625625
- You can't edit settings while docker is restarting
626626

@@ -1225,7 +1225,7 @@ The `osxfs` file system now persists ownership changes in an extended attribute.
12251225

12261226
**New**
12271227

1228-
* Token validation is now done over an actual SSL tunnel (HTTPS). (This should fix issues with antivirus applictions.)
1228+
* Token validation is now done over an actual SSL tunnel (HTTPS). (This should fix issues with antivirus applications.)
12291229

12301230
**Upgrades**
12311231

docker-for-windows/index.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,10 @@ PowerShell Module as follows.
237237
238238
1. Start an "elevated" PowerShell (i.e., run it as administrator).
239239
240-
To do this, search for PowerShell, right-click, and choose
241-
**Run as administrator**.<br>
240+
To do this, search for PowerShell, right-click, and choose **Run as administrator**.
242241
243242
![Run PowerShell as administrator](/docker-for-windows/images/PowerShell-as-admin.png)
244-
<br><br>
243+
245244
When asked if you want to allow this app to make changes to your device,
246245
click **Yes**.
247246
@@ -306,7 +305,7 @@ arrow on the taskbar to show it.
306305
307306
>**Tip**: You can pin the whale outside of the notification box so that it is
308307
always visible on the taskbar. To do this, drag-and-drop the whale icon. Or,
309-
right-click an empty porition of the taskbar, select Settings, and choose
308+
right-click an empty portion of the taskbar, select Settings, and choose
310309
display options through taskbar settings for notifications.
311310
>
312311
![whale pinned to taskbar](/docker-for-windows/images/whale-taskbar.png)
@@ -457,7 +456,7 @@ containers will run. You can configure some **Basic** options on the daemon with
457456

458457
The settings offered on **Basic** dialog can be
459458
configured directly in the JSON as well. This version just surfaces
460-
some of the commmon settings to make it easier to configure them.
459+
some of the common settings to make it easier to configure them.
461460

462461
* [Experimental mode](#experimental-mode)
463462
* [Custom registries](#custom-registries)

docker-for-windows/release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ We did not distribute a 1.12.4 stable release
574574

575575
**Bug fixes and minor changes**
576576

577-
- Time drifts between Windows and Linux containers should disapear
577+
- Time drifts between Windows and Linux containers should disappear
578578
- VPNKit: Improved diagnostics
579579
- Improvements in drive sharing code
580580
- Removed the legacy "Disable oplocks" trick for enabling Windows Containers on older insider previews
@@ -605,7 +605,7 @@ dialogs](index.md#about-the-docker-windows-containers-specific-dialogs).)
605605

606606
**Bug fixes and minor changes**
607607

608-
- Time drifts between Windows and Linux containers should disapear
608+
- Time drifts between Windows and Linux containers should disappear
609609
- VPNKit: Improved diagnostics
610610
- Improvements in drive sharing code
611611
- Removed the legacy "Disable oplocks" trick for enabling Windows Containers on older insider previews

docker-for-windows/troubleshoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ docker app.
509509

510510
### Docker fails to start when firewall or anti-virus software is installed
511511

512-
**Some firewalls and anti-virus software might be incompatible with Microsoft Windows 10 buids** (e.g., Windows 10 Anniversary Update). The conflict typically occurs after a Windows update or new install of the firewall, and manifests as an error response from the Docker daemon and a **Docker for Windows start failure**. The Comodo Firewall was one example of this problem, but users report that software has since been updated to work with these Windows 10 builds.
512+
**Some firewalls and anti-virus software might be incompatible with Microsoft Windows 10 builds** (e.g., Windows 10 Anniversary Update). The conflict typically occurs after a Windows update or new install of the firewall, and manifests as an error response from the Docker daemon and a **Docker for Windows start failure**. The Comodo Firewall was one example of this problem, but users report that software has since been updated to work with these Windows 10 builds.
513513

514514
See the Comodo forums topics [Comodo Firewall conflict with
515515
Hyper-V](https://forums.comodo.com/bug-reports-cis/comodo-firewall-began-conflict-with-hyperv-t116351.0.html)

engine/admin/logging/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ The `awslogs` supports the following options:
310310

311311
### Examples
312312

313-
This exampe sends the logs to region `us-east-1` and uses the log group
313+
This example sends the logs to region `us-east-1` and uses the log group
314314
`myLogGroup`.
315315

316316
```bash

0 commit comments

Comments
 (0)