diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 11:08:59 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 11:08:59 +0100 |
| commit | aa65cfb0735825518bf4bc5dac09f8f3442760f7 (patch) | |
| tree | 6ee2510e1e20306a1480ea9d724596d223c231a3 | |
| parent | 14bc57241da2756073ca7c0bd44c61386d45c38f (diff) | |
| download | PROJ-aa65cfb0735825518bf4bc5dac09f8f3442760f7.tar.gz PROJ-aa65cfb0735825518bf4bc5dac09f8f3442760f7.zip | |
typo fixes
| -rw-r--r-- | src/ctx.cpp | 2 | ||||
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 2 |
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(); |
