Skip to content

Commit

Permalink
Merge pull request #793 from 3nids/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mach0 committed Aug 7, 2013
2 parents 6149b3a + 86a0da0 commit b166dea
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b166dea

Please sign in to comment.