From aa65cfb0735825518bf4bc5dac09f8f3442760f7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 19 Jan 2019 11:08:59 +0100 Subject: typo fixes --- src/iso19111/coordinateoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/coordinateoperation.cpp') 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(); -- cgit v1.2.3