Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 7, 2013
1 parent 6149b3a commit 86a0da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterblock.h
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

0 comments on commit 86a0da0

Please sign in to comment.