Typo in comment in config file.

This commit is contained in:
Paul Beckingham 2010-06-08 08:29:57 -04:00
parent 52c029d4d9
commit c93db168f3

View file

@ -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"