diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-06 07:56:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-06 07:56:22 +0100 |
| commit | ffc0a463f07b60f8cc17a3630f740584fa18c95f (patch) | |
| tree | d4cf02584fcfaa477639a973dab2029e1d4a5147 /docs/source/development/reference/functions.rst | |
| parent | 7d9a545d5052c3845a43c0bd96c124e93ed6d630 (diff) | |
| parent | 5769d0bceef0b72494b87f63b040dafaed5da983 (diff) | |
| download | PROJ-ffc0a463f07b60f8cc17a3630f740584fa18c95f.tar.gz PROJ-ffc0a463f07b60f8cc17a3630f740584fa18c95f.zip | |
Merge pull request #840 from mwtoews/typos
Fix a few typos (again)
Diffstat (limited to 'docs/source/development/reference/functions.rst')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 38ddbde3..18149139 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -15,7 +15,7 @@ Threading contexts .. c:function:: void proj_context_destroy(PJ_CONTEXT *ctx) - Deallacote a threading-context. + Deallocate a threading-context. :param PJ_CONTEXT* ctx: Threading context. @@ -182,15 +182,15 @@ Coordinate transformation :param double* y: Array of y-coordinates :param double* z: Array of z-coordinates :param double* t: Array of t-coordinates - :param size_t sx: Step lenght, in bytes, between consecutive elements of the corresponding array + :param size_t sx: Step length, in bytes, between consecutive elements of the corresponding array :param size_t nx: Number of elements in the corresponding array - :param size_t sy: Step lenght, in bytes, between consecutive elements of the corresponding array + :param size_t sy: Step length, in bytes, between consecutive elements of the corresponding array :param size_t nv: Number of elements in the corresponding array - :param size_t sz: Step lenght, in bytes, between consecutive elements of the corresponding array + :param size_t sz: Step length, in bytes, between consecutive elements of the corresponding array :param size_t nz: Number of elements in the corresponding array - :param size_t st: Step lenght, in bytes, between consecutive elements of the corresponding array + :param size_t st: Step length, in bytes, between consecutive elements of the corresponding array :param size_t nt: Number of elements in the corresponding array - :returns: Number of transformations succesfully completed + :returns: Number of transformations successfully completed @@ -201,7 +201,7 @@ Coordinate transformation :param PJ* P: :param `direction`: Transformation direction :type `direction`: PJ_DIRECTION - :param size_t n: Number of cordinates in :c:data:`coord` + :param size_t n: Number of coordinates in :c:data:`coord` :returns: :c:type:`size_t` 0 if all observations are transformed without error, otherwise returns error number |
