Datafile: Typo

This commit is contained in:
Paul Beckingham 2016-04-11 17:12:48 -04:00
parent 351d858c94
commit 9e4162ecd4

View file

@ -83,7 +83,7 @@ void Datafile::setExclusions (const std::vector <std::string>& exclusions)
// TODO if local copy != exclusion set
// TODO remove old exclusion set from _lines
// TODO add local copy
// TODO _dirty = ture;
// TODO _dirty = true;
_exclusions = exclusions;
_dirty = true;