diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-28 08:34:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-28 08:34:50 +0100 |
| commit | e476bc2012cfcd71f787ed036c49f1d48627c1ef (patch) | |
| tree | 6d730680ab5293aaa16bd5cb779c4db844fb9ccd /src/iso19111/io.cpp | |
| parent | 15a9adb5ff112184ea5abfe083ea280b7bef7dd4 (diff) | |
| parent | d9885ef9577697951660ca68bc6f381939bc5dbe (diff) | |
| download | PROJ-e476bc2012cfcd71f787ed036c49f1d48627c1ef.tar.gz PROJ-e476bc2012cfcd71f787ed036c49f1d48627c1ef.zip | |
Merge pull request #1381 from nyalldawson/typo
Objet -> Object
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 502f30e6..03fb6977 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -4510,7 +4510,7 @@ static BaseObjectNNPtr createFromUserInput(const std::string &text, * "urn:ogc:def:coordinateOperation:EPSG::1671", * "urn:ogc:def:ellipsoid:EPSG::7001" * or "urn:ogc:def:datum:EPSG::6326"</li> - * <li>an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as + * <li>an Object name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as * uniqueness is not guaranteed, the function may apply heuristics to * determine the appropriate best match.</li> * </ul> @@ -4546,7 +4546,7 @@ BaseObjectNNPtr createFromUserInput(const std::string &text, * "urn:ogc:def:coordinateOperation:EPSG::1671", * "urn:ogc:def:ellipsoid:EPSG::7001" * or "urn:ogc:def:datum:EPSG::6326"</li> - * <li>an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as + * <li>an Object name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as * uniqueness is not guaranteed, the function may apply heuristics to * determine the appropriate best match.</li> * </ul> |
