tools/po_check_entry.sh: Fix a typo in a comment

- s/Hilight/Highlight/
This commit is contained in:
Gordon Bergling 2023-01-11 18:10:28 +01:00
parent d5fb24358d
commit f3bcafdbdd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ done
filter=$(echo "${filter}" | sed -e 's/|$//g') 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. # where the reported words are used.
if [ -n "${filter}" ]; then if [ -n "${filter}" ]; then
echo "----------- translation -----------" echo "----------- translation -----------"