Fix typos
This commit is contained in:
committed by
Paul Beckingham
parent
81183ae7d1
commit
174507e7ad
@@ -626,7 +626,7 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
||||
// if there is no corresponding id, then a new unique date is created).
|
||||
Datetime when (value.substr (0, gap), dateformat);
|
||||
|
||||
// If the map already contains a annotation for a given timestamp
|
||||
// If the map already contains an annotation for a given timestamp
|
||||
// we need to increment until we find an unused key
|
||||
int timestamp = (int) when.toEpoch ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user