From f3bcafdbdd393af5c9e0b8e3db03d6dd933bc60a Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 11 Jan 2023 18:10:28 +0100 Subject: [PATCH] tools/po_check_entry.sh: Fix a typo in a comment - s/Hilight/Highlight/ --- tools/po_check_entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/po_check_entry.sh b/tools/po_check_entry.sh index 00d9eb7b5a..5673986dca 100755 --- a/tools/po_check_entry.sh +++ b/tools/po_check_entry.sh @@ -50,7 +50,7 @@ done filter=$(echo "${filter}" | sed -e 's/|$//g') -# Hilight the translation in the text providing the user with some context about +# Highlight the translation in the text providing the user with some context about # where the reported words are used. if [ -n "${filter}" ]; then echo "----------- translation -----------"