Skip to content

Commit 0697a73

Browse files
committed
typo fixes [ci skip]
1 parent 782096f commit 0697a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcore/gdalpamdataset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ CPLErr GDALPamDataset::XMLInit(CPLXMLNode *psTree, const char *pszUnused)
492492
// previously we only tried to load GeodataXform if we didn't already
493493
// encounter a valid SRS at this stage. But in some cases a PAMDataset
494494
// may have both a SRS child element AND a GeodataXform with a SpatialReference
495-
// child element. In this case we should prioritise the GeodataXform
495+
// child element. In this case we should prioritize the GeodataXform
496496
// over the root PAMDataset SRS node.
497497

498498
// ArcGIS 9.3: GeodataXform as a root element

ogr/ogrsf_frmts/openfilegdb/filegdbindex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ bool FileGDBSpatialIndexIteratorImpl::Init()
22092209

22102210
// Detect broken .spx file such as SWISSTLM3D_2022_LV95_LN02.gdb/a00000019.spx
22112211
// from https://data.geo.admin.ch/ch.swisstopo.swisstlm3d/swisstlm3d_2022-03/swisstlm3d_2022-03_2056_5728.gdb.zip
2212-
// which advertizes nIndexDepth == 1 whereas it seems to be it should be 2.
2212+
// which advertises nIndexDepth == 1 whereas it seems to be it should be 2.
22132213
if (nIndexDepth == 1)
22142214
{
22152215
iLastPageIdx[0] = 0;

0 commit comments

Comments
 (0)