Fix typos

This commit is contained in:
Thomas Lauf 2017-11-06 22:50:52 +01:00
parent fc1f3391b9
commit c5b2e5a5cd
2 changed files with 2 additions and 2 deletions

View file

@ -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 ())
{