mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix typos
This commit is contained in:
parent
fc1f3391b9
commit
c5b2e5a5cd
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ int CmdStart (
|
|||
auto latest = getLatestInterval (database);
|
||||
if (latest.range.is_open ())
|
||||
{
|
||||
// If the new interval tags match those of the currnetly open interval, then
|
||||
// If the new interval tags match those of the currently open interval, then
|
||||
// do nothing - the tags are already being tracked.
|
||||
if (latest.tags () == filter.tags ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue