git: f3bcafdbdd - main - tools/po_check_entry.sh: Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 11 Jan 2023 17:11:03 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f3bcafdbdd393af5c9e0b8e3db03d6dd933bc60a

commit f3bcafdbdd393af5c9e0b8e3db03d6dd933bc60a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 17:10:28 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-11 17:10:28 +0000

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