From 8f9b77def945d87567660071122981a3a9b7c330 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 21 Jan 2023 18:02:10 +0100 Subject: [PATCH] typo fixes --- scripts/typos_whitelist.txt | 1 + src/iso19111/coordinates.cpp | 2 +- test/unit/test_io.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/typos_whitelist.txt b/scripts/typos_whitelist.txt index 9305ed0b96..d0306dc88e 100644 --- a/scripts/typos_whitelist.txt +++ b/scripts/typos_whitelist.txt @@ -111,3 +111,4 @@ Space oblique for MISR is a specialization of :doc:`Space Oblique Mercator` set HEL=60.171 24.938 NOTE: This is Windows syntax - Unix users use $HEL, etc. * https://github.com/Unidata/netcdf-java/blob/3ce72c0cd167609ed8c69152bb4a004d1daa9273/cdm/core/src/main/java/ucar/unidata/geoloc/projection/RotatedLatLon.java + " \"abbreviation\": \"lon\",\n" diff --git a/src/iso19111/coordinates.cpp b/src/iso19111/coordinates.cpp index 577afddfb9..f46121c793 100644 --- a/src/iso19111/coordinates.cpp +++ b/src/iso19111/coordinates.cpp @@ -103,7 +103,7 @@ CoordinateMetadataNNPtr CoordinateMetadata::create(const crs::CRSNNPtr &crsIn) { // --------------------------------------------------------------------------- -/** \brief Instantiate a CoordinateMetadata from a dyanmic CRS and an associated +/** \brief Instantiate a CoordinateMetadata from a dynamic CRS and an associated * coordinate epoch. * * @param crsIn a dynamic CRS diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 2e7fe0c504..cf3675c9b6 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -12434,7 +12434,7 @@ TEST(io, createFromUserInput_ogc_crs_url) { { // Not sure if this is intended to be valid (version=0), but let's - // immitate the logic of EPSG, this will use the latest version of IAU + // imitate the logic of EPSG, this will use the latest version of IAU // (if/when there will be several of them) auto obj = createFromUserInput( "http://www.opengis.net/def/crs/IAU/0/49900", dbContext);