Fixed typo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user