aboutsummaryrefslogtreecommitdiff
path: root/src/ctx.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-19 11:08:59 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-19 11:08:59 +0100
commitaa65cfb0735825518bf4bc5dac09f8f3442760f7 (patch)
tree6ee2510e1e20306a1480ea9d724596d223c231a3 /src/ctx.cpp
parent14bc57241da2756073ca7c0bd44c61386d45c38f (diff)
downloadPROJ-aa65cfb0735825518bf4bc5dac09f8f3442760f7.tar.gz
PROJ-aa65cfb0735825518bf4bc5dac09f8f3442760f7.zip
typo fixes
Diffstat (limited to 'src/ctx.cpp')
-rw-r--r--src/ctx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp
index 005070b0..622a814d 100644
--- a/src/ctx.cpp
+++ b/src/ctx.cpp
@@ -140,7 +140,7 @@ projCtx_t::projCtx_t(const projCtx_t& other)
projCtx pj_get_default_ctx()
{
- // C++11 rules guarantee a thread-safe instanciation.
+ // C++11 rules guarantee a thread-safe instantiation.
static projCtx_t default_context(projCtx_t::createDefault());
return &default_context;
}