aboutsummaryrefslogtreecommitdiff
path: root/src/ctx.cpp
diff options
context:
space:
mode:
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;
}