validate: Fix typo

This commit is contained in:
Thomas Lauf 2017-04-05 22:47:34 +02:00
parent 409c880921
commit 98218c4b75

View file

@ -204,8 +204,8 @@ void validate (
autoAdjust (findHint (cli, ":adjust"), rules, database, interval);
// TODO This warning is not working properly, because when an interval is
// modified, it ifirst deleted, then added. This causes this code to
// dertmine that it is always a new tag.
// modified, it is first deleted, then added. This causes this code to
// determine that it is always a new tag.
//warnOnNewTag (rules, database, interval);
}