From d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 7 Mar 2021 20:29:06 +0100 Subject: typo fixes --- src/transformations/deformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transformations') 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 */ -- cgit v1.2.3