aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-05 19:56:03 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-05 19:56:03 +0100
commit0fbe7cf33c308c4b7c81e65e18b90e9d773ba333 (patch)
treee0bdd52d3ebb96edd97df9a8e385fc9af6dd15c2 /src/iso19111/io.cpp
parent3ea468222fdabdae3aa5b47439d6b3bfb0a93c8e (diff)
parentb62fdee0f34d960527af8fb0a8bf6344fcf78d4b (diff)
downloadPROJ-0fbe7cf33c308c4b7c81e65e18b90e9d773ba333.tar.gz
PROJ-0fbe7cf33c308c4b7c81e65e18b90e9d773ba333.zip
Merge remote-tracking branch 'rouault/gdalbarn'
Diffstat (limited to 'src/iso19111/io.cpp')
-rw-r--r--src/iso19111/io.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp
index 6a2c3e1a..cfccd70f 100644
--- a/src/iso19111/io.cpp
+++ b/src/iso19111/io.cpp
@@ -239,7 +239,8 @@ WKTFormatter::setOutputAxis(OutputAxisRule outputAxisIn) noexcept {
/** \brief Set whether the formatter should operate on strict more or not.
*
- * The default is strit mode, in which case a FormattingException can be thrown.
+ * The default is strict mode, in which case a FormattingException can be
+ * thrown.
*/
WKTFormatter &WKTFormatter::setStrict(bool strictIn) noexcept {
d->params_.strict_ = strictIn;