And another spell fix.

This commit is contained in:
fendrin 2013-05-20 10:36:05 +02:00
parent 61d97877bb
commit 3414dee255

View File

@ -165,7 +165,7 @@ public:
void set_needs_terrain_rebuild(bool value=true) { needs_terrain_rebuild_ = value; }
/**
* Getter fo the labels reset flag. Set when the labels need to be refreshed.
* Getter for the labels reset flag. Set when the labels need to be refreshed.
*/
bool needs_labels_reset() const { return needs_labels_reset_; }