mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix typos
This commit is contained in:
parent
81183ae7d1
commit
174507e7ad
4 changed files with 5 additions and 5 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue