diff options
| author | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:36:31 +1200 |
|---|---|---|
| committer | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:36:31 +1200 |
| commit | 34f4ac6fc5c1190a21a8c9ca08ae121ad6883c43 (patch) | |
| tree | b675cec46f66d75f89be9202c925bdc2546eadc1 /docs | |
| parent | dcc4ebc1e8945dbbd9270e4775a6d220633507b3 (diff) | |
| download | PROJ-34f4ac6fc5c1190a21a8c9ca08ae121ad6883c43.tar.gz PROJ-34f4ac6fc5c1190a21a8c9ca08ae121ad6883c43.zip | |
fix typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/apps/cct.rst | 2 | ||||
| -rw-r--r-- | docs/source/apps/gie.rst | 6 | ||||
| -rw-r--r-- | docs/source/apps/proj.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index a6e6e551..8cd6c0c6 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -48,7 +48,7 @@ The following control parameters can appear in any order: .. versionadded:: 5.1.0 - Skip the first *n* lines of input. This applies to any kind of input, wether + Skip the first *n* lines of input. This applies to any kind of input, whether it comes from ``STDIN``, a file or interactive user input. .. option:: -v, --verbose diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst index 066b4f70..b6c1c166 100644 --- a/docs/source/apps/gie.rst +++ b/docs/source/apps/gie.rst @@ -163,7 +163,7 @@ gie command language In addition to expecting a coordinate it is also possible to expect a PROJ error code in case an operation can't be created. This is useful when testing that errors are caught and handled correctly. Below is an example of - that tests that the pipeline operator fails correctly when a non-invertable + that tests that the pipeline operator fails correctly when a non-invertible pipeline is constructed. .. code-block:: console @@ -179,7 +179,7 @@ gie command language The :option:`tolerance` command controls how much accepted coordinates can deviate from the expected coordinate. This is handy to test that an operation meets a certain numerical tolerance threshold. Some operations - are expexted to be accurate within milimeters where others might only be + are expected to be accurate within millimeters where others might only be accurate within a few meters. :option:`tolerance` should .. code-block:: console @@ -286,7 +286,7 @@ gie command language .. option:: skip - Skip any test after the first occurence of :option:`skip`. In the example below only + Skip any test after the first occurrence of :option:`skip`. In the example below only the first test will be performed. The second test is skipped. This feature is mostly relevant for debugging when writing new test cases. diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index 086617a4..97af0c1d 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -219,7 +219,7 @@ data will appear as three lines of:: projected coordinates within one datum. The :program:`cs2cs` program operates similarly, but allows translation - between any paor of definable coordinate reference systems, including + between any pair of definable coordinate reference systems, including support for datum translation. See also |
