From 702e4e41fc418c17ff15cc37152cb820fd66d132 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 11 May 2014 14:48:32 -0400 Subject: [PATCH] Calendar - Typo. --- src/commands/CmdCalendar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index 3284cf5a0..27d08b8b6 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -345,7 +345,8 @@ int CmdCalendar::execute (std::string& output) report_filter += " due.after:" + after + " due.before:" + before + " -nocal"; context.config.set ("report." + report + ".filter", report_filter); - // Display all due task in the report colorized not only the imminet ones + // Display all due tasks in the report colorized not only the imminent + // ones. context.config.set ("due", 0); std::string output;