From 9e4162ecd4e12b435d9eac004d8a6de2d4085d4c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 11 Apr 2016 17:12:48 -0400 Subject: [PATCH] Datafile: Typo --- src/Datafile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Datafile.cpp b/src/Datafile.cpp index 8cabdba1..171139c4 100644 --- a/src/Datafile.cpp +++ b/src/Datafile.cpp @@ -83,7 +83,7 @@ void Datafile::setExclusions (const std::vector & 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;