From c93db168f36fc20a37f0850ed3430fa60f8da8b2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 8 Jun 2010 08:29:57 -0400 Subject: [PATCH] Typo in comment in config file. --- src/Config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index bbc8a2a39..7eb3e075e 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -79,8 +79,8 @@ std::string Config::defaults = "# Dates\n" "dateformat=m/d/Y # Preferred input and display date format\n" "dateformat.holiday=YMD # Preferred input date format for holidays\n" - "dateformat.report=m/d/Y # Preferred display date format for repors\n" - "dateformat.annotation=m/d/Y # Preferred display date format for repors\n" + "dateformat.report=m/d/Y # Preferred display date format for reports\n" + "dateformat.annotation=m/d/Y # Preferred display date format for reports\n" "weekstart=Sunday # Sunday or Monday only\n" "displayweeknumber=yes # Show week numbers on calendar\n" "due=7 # Task is considered due in 7 days\n"