aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ctx.cpp2
-rw-r--r--src/iso19111/coordinateoperation.cpp2
2 files changed, 2 insertions, 2 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;
}
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp
index 4bdb3779..723fddec 100644
--- a/src/iso19111/coordinateoperation.cpp
+++ b/src/iso19111/coordinateoperation.cpp
@@ -8947,7 +8947,7 @@ void ConcatenatedOperation::fixStepsDirection(
nullptr);
}
} else if (!conv && l_sourceCRS && l_targetCRS) {
- // Transformations might be mentioned in their foward directions,
+ // Transformations might be mentioned in their forward directions,
// whereas we should instead use the reverse path.
auto prevOpTarget = (i == 0) ? concatOpSourceCRS.as_nullable()
: operationsInOut[i - 1]->targetCRS();