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

View file

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