From 12bdc0d480114d869209d309ef23304567209025 Mon Sep 17 00:00:00 2001 From: Raf Czlonka Date: Thu, 9 Jun 2022 01:58:26 +0100 Subject: [PATCH] Fix typo: 'holday' -> 'holiday' While there, be consistent when using hyphens. --- src/commands/CmdNews.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdNews.cpp b/src/commands/CmdNews.cpp index f6c535daf..af24ec792 100644 --- a/src/commands/CmdNews.cpp +++ b/src/commands/CmdNews.cpp @@ -385,7 +385,7 @@ void CmdNews::version2_6_0 (std::vector& items) { " obtained from our website, holidata.net.", " Instead of single-day holiday entries only, Taskwarrior now supports holidays\n" " that span a range of days (i.e. vacation).\n", - " Use a holday..start and holiday..end to configure a multi-day holiday:\n" + " Use a holiday..start and holiday..end to configure a multi-day holiday:\n" " \n" " holiday.sysadmin.name=System Administrator Appreciation Week\n" " holiday.sysadmin.start=20100730\n" @@ -406,7 +406,7 @@ void CmdNews::version2_6_0 (std::vector& items) { " The support for Unicode character set was improved to support Unicode 12.\n" " 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" " such as bugwarrior, might create tasks with exotic Unicode data.", " You can try it out - 'task add Prepare for an 👽 invasion!'"