summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorThomas Thurman <thomas.thurman@hds.com>2013-04-29 14:30:51 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-04-29 17:21:37 +0200
commitb47b0211f52dad9d816db587a33f2d7055a226b3 (patch)
tree1367a4e1eb3893672c2e1112c9c3570525d26435 /docs/ref
parent3a4276ffc35326f20e95890b50a67aebeabc9ad0 (diff)
Corrected "it's" to "its" when used possessively.
Fixed #20327.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
-rw-r--r--docs/ref/contrib/gis/install/geolibs.txt2
-rw-r--r--docs/ref/templates/builtins.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 4d44638488..12e4e55165 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -845,7 +845,7 @@ include the SRID value (in other words, EWKB).
.. class:: WKBWriter
``WKBWriter`` provides the most control over its output. By default it
-returns OGC-compliant WKB when it's ``write`` method is called. However,
+returns OGC-compliant WKB when its ``write`` method is called. However,
it has properties that allow for the creation of EWKB, a superset of the
WKB standard that includes additional information.
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt
index 74ebf6a35f..c9a1b405a3 100644
--- a/docs/ref/contrib/gis/install/geolibs.txt
+++ b/docs/ref/contrib/gis/install/geolibs.txt
@@ -194,7 +194,7 @@ Configure, make and install::
.. note::
- Because GeoDjango has it's own Python interface, the preceding instructions
+ Because GeoDjango has its own Python interface, the preceding instructions
do not build GDAL's own Python bindings. The bindings may be built by
adding the ``--with-python`` flag when running ``configure``. See
`GDAL/OGR In Python`__ for more information on GDAL's bindings.
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 474fb4d84a..e0800037df 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -176,7 +176,7 @@ just declare the cycle, but not output the first value, you can add a
This will output a list of ``<tr>`` elements with ``class``
alternating between ``row1`` and ``row2``; the subtemplate will have
-access to ``rowcolors`` in it's context that matches the class of the
+access to ``rowcolors`` in its context that matches the class of the
``<tr>`` that encloses it. If the ``silent`` keyword were to be
omitted, ``row1`` would be emitted as normal text, outside the
``<tr>`` element.