Fixed typo

This commit is contained in:
pelya
2012-04-17 19:40:00 +03:00
parent ac1f2e951f
commit b27be81b94

View File

@@ -236,7 +236,7 @@ fi
if [ -z "$ShowMouseCursor" -o -z "$AUTO" ]; then
echo
echo -n "Show SDL mouse cursor, for applicaitons that do not draw cursor at all (y) or (n) ($ShowMouseCursor): "
echo -n "Show SDL mouse cursor, for applications that do not draw cursor at all (y) or (n) ($ShowMouseCursor): "
read var
if [ -n "$var" ] ; then
ShowMouseCursor="$var"