* Fix typo

This commit is contained in:
Michaël Van Canneyt 2024-03-21 10:32:23 +01:00
parent 3fcd891577
commit 77673c5e37

View File

@ -30,7 +30,7 @@ fi
# Check rtl dir ?
#
if [ ! -d "$RTLDIR/ucmaps" ]; then
echo "This script must be executed in the rtl directory or have an argument tto specify the RTL directory"
echo "This script must be executed in the rtl directory or have an argument to specify the RTL directory"
exit 1
fi
#