aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-09 18:48:10 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-05-09 18:48:10 +0200
commitb7f8a012bfd11465af9f95c3d60101539a25219a (patch)
tree52ab65d8d68944ca9b6eb582064f372578e67636 /docs/source/usage
parentf291c50f17dcf4f4657aadbf8b4a38df6fa98731 (diff)
downloadPROJ-b7f8a012bfd11465af9f95c3d60101539a25219a.tar.gz
PROJ-b7f8a012bfd11465af9f95c3d60101539a25219a.zip
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Diffstat (limited to 'docs/source/usage')
-rw-r--r--docs/source/usage/differences.rst8
-rw-r--r--docs/source/usage/environmentvars.rst2
-rw-r--r--docs/source/usage/network.rst2
-rw-r--r--docs/source/usage/projections.rst2
-rw-r--r--docs/source/usage/transformation.rst2
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst
index 2a262232..11bab0b5 100644
--- a/docs/source/usage/differences.rst
+++ b/docs/source/usage/differences.rst
@@ -4,10 +4,10 @@
Known differences between versions
================================================================================
-Once in a while, a new version of PROJ causes changes in the existing behaviour.
+Once in a while, a new version of PROJ causes changes in the existing behavior.
In this section we track deliberate changes to PROJ that break from previous
-behaviour. Most times that will be caused by a bug fix. Unfortunately, some bugs
-have existed for so long that their faulty behaviour is relied upon by software
+behavior. Most times that will be caused by a bug fix. Unfortunately, some bugs
+have existed for so long that their faulty behavior is relied upon by software
that uses PROJ.
Behavioural changes caused by new bugs are not tracked here, as they should be
@@ -57,7 +57,7 @@ rotation of the circle larger than :math:`\lambda=-70^{\circ}` and hence
should return the same output for both.
Adding the ``+over`` flag to the projection definition provides
-the old behaviour.
+the old behavior.
Version 6.0.0
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/docs/source/usage/environmentvars.rst b/docs/source/usage/environmentvars.rst
index 31a74e9a..e519a80b 100644
--- a/docs/source/usage/environmentvars.rst
+++ b/docs/source/usage/environmentvars.rst
@@ -48,7 +48,7 @@ done by setting the variable with no content::
Starting with PROJ version 6.1.0, the paths set by
:func:`proj_context_set_search_paths` will have priority over the
- :envvar:`PROJ_LIB` to allow for mutliple versions of PROJ
+ :envvar:`PROJ_LIB` to allow for multiple versions of PROJ
resource files on your system without conflicting.
.. envvar:: PROJ_DEBUG
diff --git a/docs/source/usage/network.rst b/docs/source/usage/network.rst
index 1b42d0aa..98461c69 100644
--- a/docs/source/usage/network.rst
+++ b/docs/source/usage/network.rst
@@ -43,7 +43,7 @@ Authorizing network access can be done in multiple ways:
Instead of using the `libcurl` implementation, an application using the PROJ
API can supply its own network implementation through C function callbacks
with :cpp:func:`proj_context_set_network_callbacks`. Enabling network use
- must still be done with one of the above mentionned method.
+ must still be done with one of the above mentioned method.
Setting endpoint
----------------
diff --git a/docs/source/usage/projections.rst b/docs/source/usage/projections.rst
index 8f1ccd50..464451c9 100644
--- a/docs/source/usage/projections.rst
+++ b/docs/source/usage/projections.rst
@@ -46,7 +46,7 @@ name for a unit (ie. ``us-ft``). Alternatively the translation to meters can be
specified with the ``+to_meter`` keyword (ie. 0.304800609601219 for US feet). The
``-lu`` argument to ``cs2cs`` or ``proj`` can be used to list symbolic unit names.
The default unit for projected coordinates is the meter.
-A few special projections deviate from this behaviour, most notably the
+A few special projections deviate from this behavior, most notably the
latlong pseudo-projection that returns degrees.
Vertical (Z) units can be specified using the ``+vunits`` keyword with a
diff --git a/docs/source/usage/transformation.rst b/docs/source/usage/transformation.rst
index a11992cf..1db63a21 100644
--- a/docs/source/usage/transformation.rst
+++ b/docs/source/usage/transformation.rst
@@ -150,7 +150,7 @@ PROJ 4.x/5.x paradigm
============ ==============================================================
.. warning::
- This section documents the behaviour of PROJ 4.x and 5.x. In PROJ 6.x,
+ This section documents the behavior of PROJ 4.x and 5.x. In PROJ 6.x,
:program:`cs2cs` has been reworked to use :c:func:`proj_create_crs_to_crs` internally,
with *late binding* capabilities, and thus is no longer constrained to using
WGS84 as a pivot (also called as *early binding* method).