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 ())
|
||||
{
|
||||
|
|
|
@ -85,7 +85,7 @@ int main (int argc, const char** argv)
|
|||
initializeDataAndRules (cli, database, rules);
|
||||
|
||||
// Load extension script info.
|
||||
// Re-analyze command because of the new extention entities.
|
||||
// Re-analyze command because of the new extension entities.
|
||||
Extensions extensions;
|
||||
initializeExtensions (cli, rules, extensions);
|
||||
cli.analyze ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue