From c9a7a59679dc7782f324391914df13a236ae0dde Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Thu, 14 Sep 2017 18:33:05 +0200 Subject: [PATCH] Correct typos --- src/commands/CmdChart.cpp | 4 ++-- src/validate.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commands/CmdChart.cpp b/src/commands/CmdChart.cpp index c9fb7962..b9a24eae 100644 --- a/src/commands/CmdChart.cpp +++ b/src/commands/CmdChart.cpp @@ -56,7 +56,7 @@ int CmdChartDay ( Rules& rules, Database& database) { - // Create a filter, and if empty, choose the current month. + // Create a filter, and if empty, choose the current day. auto filter = getFilter (cli); if (! filter.range.is_started ()) { @@ -75,7 +75,7 @@ int CmdChartWeek ( Rules& rules, Database& database) { - // Create a filter, and if empty, choose the current month. + // Create a filter, and if empty, choose the current week. auto filter = getFilter (cli); if (! filter.range.is_started ()) { diff --git a/src/validate.cpp b/src/validate.cpp index 6c99580c..e6fd49aa 100644 --- a/src/validate.cpp +++ b/src/validate.cpp @@ -34,9 +34,9 @@ // The :fill hint is used to eliminate gaps on interval modification, and only // a single interval is affected. // -// Fill works by extending an interval in both directions if possible, to abut -// either an interval or an exclusion, while being conћtrained by a filter -// range. +// Fill works by extending an interval in both directions if possible, to +// about either an interval or an exclusion, while being constrained by a +// filter range. // void autoFill ( const Rules& rules,