aboutsummaryrefslogtreecommitdiff
path: root/src/transformations/tinshift.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-25 16:18:58 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-10-25 16:18:58 +0100
commit64312b33672a1c24feefa5127f91666f3b25f583 (patch)
tree6e51c947c0b610664d41045a107be6f7ef334625 /src/transformations/tinshift.hpp
parent32f92851c0028e1ff6d5203d34c7ded1ffe1951a (diff)
downloadPROJ-64312b33672a1c24feefa5127f91666f3b25f583.tar.gz
PROJ-64312b33672a1c24feefa5127f91666f3b25f583.zip
Fix typos spotted by scripts/fix_typos.sh
Diffstat (limited to 'src/transformations/tinshift.hpp')
-rw-r--r--src/transformations/tinshift.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformations/tinshift.hpp b/src/transformations/tinshift.hpp
index 7cebab9f..cc8771b3 100644
--- a/src/transformations/tinshift.hpp
+++ b/src/transformations/tinshift.hpp
@@ -239,7 +239,7 @@ class Evaluator {
private:
std::unique_ptr<TINShiftFile> mFile;
- // Reused between invokations to save memory allocations
+ // Reused between invocations to save memory allocations
std::vector<unsigned> mTriangleIndices{};
std::unique_ptr<NS_PROJ::QuadTree::QuadTree<unsigned>> mQuadTreeForward{};