Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 21, 2023
1 parent e59ea65 commit 8f9b77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/typos_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Space oblique for MISR is a specialization of :doc:`Space Oblique Mercator<som>`
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"
2 changes: 1 addition & 1 deletion src/iso19111/coordinates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8f9b77d

Please sign in to comment.