diff options
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 3 |
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; |
