mirror of https://git.FreeBSD.org/doc.git
tools/po_check_entry.sh: Fix a typo in a comment
- s/Hilight/Highlight/
This commit is contained in:
parent
d5fb24358d
commit
f3bcafdbdd
|
|
@ -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 -----------"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue