diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-17 19:51:36 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-17 19:51:36 +0100 |
| commit | 650fb0fd911cba631d9202fe718fd7b705cb3f8e (patch) | |
| tree | 213ab3d77e82c8aed9c6bf9e777e7ab6648ffc2b /src/iso19111/c_api.cpp | |
| parent | 6d896cd9291d58397a0459a2143f77edd3b2c307 (diff) | |
| download | PROJ-650fb0fd911cba631d9202fe718fd7b705cb3f8e.tar.gz PROJ-650fb0fd911cba631d9202fe718fd7b705cb3f8e.zip | |
typo fix in comment [ci skip]
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index fd661cf8..cac09656 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -6913,7 +6913,7 @@ struct PJ_OPERATION_FACTORY_CONTEXT { * If authority is set to "any", then coordinate * operations from any authority will be searched * If authority is a non-empty string different of "any", - * then coordinate operatiosn will be searched only in that authority namespace. + * then coordinate operations will be searched only in that authority namespace. * * @param ctx Context, or NULL for default context. * @param authority Name of authority to which to restrict the search of |
