From 3cde91494e2120f7c8cfcbd5ead717048cd16af0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 31 Jan 2024 17:36:10 +0100 Subject: [PATCH] =?UTF-8?q?typo=20fixes=20in=20code=20comments=C2=A0[ci=20?= =?UTF-8?q?skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frmts/vrt/gdaltileindexdataset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frmts/vrt/gdaltileindexdataset.cpp b/frmts/vrt/gdaltileindexdataset.cpp index ce3881b46124..b60d004050b7 100644 --- a/frmts/vrt/gdaltileindexdataset.cpp +++ b/frmts/vrt/gdaltileindexdataset.cpp @@ -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) @@ -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,