From aa65cfb0735825518bf4bc5dac09f8f3442760f7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 19 Jan 2019 11:08:59 +0100 Subject: typo fixes --- src/ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctx.cpp') 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; } -- cgit v1.2.3