Skip to content

Commit f8867ce

Browse files
committed
typo(*): fix spelling errors
1 parent 2c5d0da commit f8867ce

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/customizing_deis/cli-plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Any flags after the command will also be sent to the plugin as an argument:
2727
$ deis accounts:list --debug
2828
$ deis-accounts list --debug
2929
30-
But flags preceeding the command will not:
30+
But flags preceding the command will not:
3131

3232
.. code-block:: console
3333

docs/customizing_deis/router_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ setting description
4141
/deis/router/affinityArg for requests with the indicated query string variable, hash its contents to perform session affinity (default: undefined)
4242
/deis/router/bodySize nginx body size setting (default: 1m)
4343
/deis/router/defaultTimeout default timeout value in seconds. Should be greater then the frontfacing load balancers timeout value (default: 1300)
44-
/deis/router/builder/timeout/connect proxy_connect_timeout for deis-builder (default: 10000). Unit in miliseconds
45-
/deis/router/builder/timeout/tcp proxy_timeout for deis-builder (default: 1200000). Unit in miliseconds
44+
/deis/router/builder/timeout/connect proxy_connect_timeout for deis-builder (default: 10000). Unit in milliseconds
45+
/deis/router/builder/timeout/tcp proxy_timeout for deis-builder (default: 1200000). Unit in milliseconds
4646
/deis/router/controller/timeout/connect proxy_connect_timeout for deis-controller (default: 10m)
4747
/deis/router/controller/timeout/read proxy_read_timeout for deis-controller (default: 20m)
4848
/deis/router/controller/timeout/send proxy_send_timeout for deis-controller (default: 20m)

docs/installing_deis/baremetal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add the public key part for the SSH key generated in the first step to the user-
5050
Update $private_ipv4
5151
^^^^^^^^^^^^^^^^^^^^
5252

53-
`CoreOS`_ on bare metal doesn't detect the ``$private_ipv4`` reliably. Replace all occurences in
53+
`CoreOS`_ on bare metal doesn't detect the ``$private_ipv4`` reliably. Replace all occurrences in
5454
the user-data with the (private) IP address of the node.
5555

5656

docs/installing_deis/gce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You will want to add two records as YAML objects. Here is an example edit for th
245245
ttl: 21600
246246
type: SOA
247247
248-
And finaly execute the transaction.
248+
And finally execute the transaction.
249249

250250
.. code-block:: console
251251

docs/managing_deis/recovering-ceph-quorum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Recovering Ceph quorum
88

99
Ceph relies on `Paxos`_ to maintain a quorum among monitor services so that they agree on cluster state.
1010
In some cases Ceph can lose quorum, such as when hosts are added and removed from the cluster in
11-
quick successtion, without removing the old hosts from Ceph (see :ref:`add_remove_host`).
11+
quick succession, without removing the old hosts from Ceph (see :ref:`add_remove_host`).
1212

1313
A telltale sign of quorum loss is when querying cluster health, ``ceph -s`` times out with monitor
1414
faults on every host in the cluster.

docs/managing_deis/upgrading-deis.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Graceful Upgrade
7272
----------------
7373

7474
Alternatively, an experimental feature exists to provide the ability to perform a graceful upgrade. This process is
75-
available for version 1.9.0 moving foward and is intended to facilitate upgrades within a major version (for example,
75+
available for version 1.9.0 moving forward and is intended to facilitate upgrades within a major version (for example,
7676
from 1.9.0 to 1.9.1 or 1.11.2). Upgrading between major versions is not supported (for example, from 1.9.0 to a
7777
future 2.0.0). Unlike the in-place process above, this process keeps the platform's routers and publishers up during
7878
the upgrade process. This means that there should only be a maximum of around 1-2 seconds of downtime while the
@@ -83,7 +83,7 @@ routers boot up. Many times, there will be no downtime at all.
8383
Your loadbalancer configuration is the determining factor for how much downtime will occur during a successful upgrade.
8484
If your loadbalancer is configured to quickly reactivate failed hosts to its pool of active hosts, its quite possible to
8585
achieve zero downtime upgrades. If your loadbalancer is configured to be more pessimistic, such as requiring multiple
86-
successful healthchecks before reactiving a node, then the chance for downtime increases. You should review your
86+
successful healthchecks before reactivating a node, then the chance for downtime increases. You should review your
8787
loadbalancers configuration to determine what to expect during the upgrade process.
8888

8989
The process involves two ``deisctl`` subcommands, ``upgrade-prep`` and ``upgrade-takeover``, in coordination with a few other important commands.
@@ -107,7 +107,7 @@ to. Care should be taken not to overwrite the existing ``deisctl`` version.
107107
108108
Now it is possible to prepare the cluster for the upgrade using the old ``deisctl`` binary. This command will shutdown
109109
and uninstall all components of the cluster except the router and publisher. This means your services should still be
110-
serving traffic afterwords, but nothing else in the cluster will be functional.
110+
serving traffic afterwards, but nothing else in the cluster will be functional.
111111

112112
.. code-block:: console
113113

docs/using_deis/deploy-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported Applications
1111
----------------------
1212
Deis can deploy any application or service that can run inside a Docker container. In order to be scaled horizontally, applications must follow Heroku's `twelve-factor methodology`_ and store state in external backing services.
1313

14-
For example, if your application persists state to the local filesystem -- common with content management systems like Wordpress and Drupal -- it cannot be scaled horizonally using ``deis scale``.
14+
For example, if your application persists state to the local filesystem -- common with content management systems like Wordpress and Drupal -- it cannot be scaled horizontally using ``deis scale``.
1515

1616
Fortunately, most modern applications feature a stateless application tier that can scale horizontally inside Deis.
1717

0 commit comments

Comments
 (0)