mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Fix comments
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
0db5598aa6
commit
e57fadc7a7
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ int CmdAnnotate (
|
|||
intervals = getIntervalsByIds (database, rules, ids);
|
||||
}
|
||||
|
||||
// Apply annotations to intervals.
|
||||
// Apply annotation to intervals.
|
||||
for (const auto& interval : intervals)
|
||||
{
|
||||
Interval modified {interval};
|
||||
|
|
|
@ -64,7 +64,7 @@ void autoFill (
|
|||
}
|
||||
}
|
||||
|
||||
// If the interval is closed, scan forwards for the next boundary.
|
||||
// If the interval is closed, scan forwards for the next boundary.
|
||||
if (! interval.is_open ())
|
||||
{
|
||||
for (auto& later : tracked)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue