Fix typo: 'holday' -> 'holiday'

While there, be consistent when using hyphens.
This commit is contained in:
Raf Czlonka 2022-06-09 01:58:26 +01:00 committed by Tomas Babej
parent 0d63165ca5
commit 12bdc0d480

View file

@ -385,7 +385,7 @@ void CmdNews::version2_6_0 (std::vector<NewsItem>& items) {
" obtained from our website, holidata.net.", " obtained from our website, holidata.net.",
" Instead of single-day holiday entries only, Taskwarrior now supports holidays\n" " Instead of single-day holiday entries only, Taskwarrior now supports holidays\n"
" that span a range of days (i.e. vacation).\n", " that span a range of days (i.e. vacation).\n",
" Use a holday.<name>.start and holiday.<name>.end to configure a multi-day holiday:\n" " Use a holiday.<name>.start and holiday.<name>.end to configure a multi-day holiday:\n"
" \n" " \n"
" holiday.sysadmin.name=System Administrator Appreciation Week\n" " holiday.sysadmin.name=System Administrator Appreciation Week\n"
" holiday.sysadmin.start=20100730\n" " holiday.sysadmin.start=20100730\n"
@ -406,7 +406,7 @@ void CmdNews::version2_6_0 (std::vector<NewsItem>& items) {
" The support for Unicode character set was improved to support Unicode 12.\n" " The support for Unicode character set was improved to support Unicode 12.\n"
" This means better support for various language-specific characters - and emojis!", " This means better support for various language-specific characters - and emojis!",
"", "",
" Extended unicode support for language specific characters helps non-English users.\n" " Extended unicode support for language-specific characters helps non-English users.\n"
" While most users don't enter emojis as task metadata, automated task creation tools,\n" " While most users don't enter emojis as task metadata, automated task creation tools,\n"
" such as bugwarrior, might create tasks with exotic Unicode data.", " such as bugwarrior, might create tasks with exotic Unicode data.",
" You can try it out - 'task add Prepare for an 👽 invasion!'" " You can try it out - 'task add Prepare for an 👽 invasion!'"