aboutsummaryrefslogtreecommitdiff
path: root/src/transformations
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-07 20:29:06 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-07 20:31:43 +0100
commitd7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch)
treec4dccaa34df9e76d40f510f6519563cbd5212d1a /src/transformations
parent36a5a178cbd8c338a294ed5528462e65faf20a3d (diff)
downloadPROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz
PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip
typo fixes
Diffstat (limited to 'src/transformations')
-rw-r--r--src/transformations/deformation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformations/deformation.cpp b/src/transformations/deformation.cpp
index 1a04d0f5..56310aeb 100644
--- a/src/transformations/deformation.cpp
+++ b/src/transformations/deformation.cpp
@@ -221,7 +221,7 @@ static PJ_XYZ reverse_shift(PJ *P, PJ_XYZ input, double dt) {
return delta;
}
- /* Store the origial z shift for later application */
+ /* Store the original z shift for later application */
z0 = delta.z;
/* When iterating to find the best horizontal coordinate we also carry */