Skip to content

Commit

Permalink
typo fixes in code comments [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 31, 2024
1 parent 5d6bbd0 commit 3cde914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frmts/vrt/gdaltileindexdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class GDALTileIndexDataset final : public GDALPamDataset
//! Optional GTI XML
CPLXMLTreeCloser m_psXMLTree{nullptr};

//! Wehther the GTI XML might be modified (by SetMetadata/SetMetadataItem)
//! Whether the GTI XML might be modified (by SetMetadata/SetMetadataItem)
bool m_bXMLUpdatable = false;

//! Whether the GTI XML has been modified (by SetMetadata/SetMetadataItem)
Expand Down Expand Up @@ -326,7 +326,7 @@ class GDALTileIndexDataset final : public GDALPamDataset
//! sources are fully covering it.
bool NeedInitBuffer(int nBandCount, const int *panBandMap) const;

//! Nodata initialze the output buffer.
//! Nodata initialize the output buffer.
void InitBuffer(void *pData, int nBufXSize, int nBufYSize,
GDALDataType eBufType, int nBandCount,
const int *panBandMap, GSpacing nPixelSpace,
Expand Down

0 comments on commit 3cde914

Please sign in to comment.