Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/raster/qgsrasterblock.h
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterblock.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class CORE_EXPORT QgsRasterBlock
* @return true if the block has no data value */
bool hasNoDataValue() const { return mHasNoDataValue; }

/** Returns true if thee block may contain no data. It does not guarantee
/** Returns true if the block may contain no data. It does not guarantee
* that it really contains any no data. It can be used to speed up processing.
* Not the difference between this method and hasNoDataValue().
* @return true if the block may contain no data */
Expand Down