aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-20 20:42:26 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-20 20:42:26 +0100
commit69ef7449f5f26453a8b6cab1ba02cb870055615f (patch)
treed48fa1c9159673e0f40231557db4f688b9acccab /include
parent94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2 (diff)
downloadPROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.tar.gz
PROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.zip
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Diffstat (limited to 'include')
-rw-r--r--include/proj/coordinateoperation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index a0883cae..fd737dcc 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -146,7 +146,7 @@ class PROJ_GCC_DLL CoordinateOperation : public common::ObjectUsage,
gridsNeeded(const io::DatabaseContextPtr &databaseContext) const = 0;
PROJ_DLL bool
- isPROJInstanciable(const io::DatabaseContextPtr &databaseContext) const;
+ isPROJInstantiable(const io::DatabaseContextPtr &databaseContext) const;
PROJ_DLL bool hasBallparkTransformation() const;