From 2ef0b513933f762eae47ebea04b30d8c170e9999 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 15 Jan 2024 12:52:57 +0100 Subject: [PATCH] Update ogr/ogrspatialreference.cpp Co-authored-by: Alessandro Pasotti --- ogr/ogrspatialreference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogr/ogrspatialreference.cpp b/ogr/ogrspatialreference.cpp index 9a13d9cab3f0..6a169720ad36 100644 --- a/ogr/ogrspatialreference.cpp +++ b/ogr/ogrspatialreference.cpp @@ -12004,7 +12004,7 @@ const int *OSRGetDataAxisToSRSAxisMapping(OGRSpatialReferenceH hSRS, * check that, beyond checking there are at least 2 elements, so that this * method and setting the CRS can be done in any order). * This is taken into account by OGRCoordinateTransformation to transform the - * order of ordinates to transform to the order expected by the CRS before + * order of coordinates to the order expected by the CRS before * transformation, and back to the data order after transformation. * * The mapping[i] value (one based) represents the data axis number for the i(th)