Fixed typo
This commit is contained in:
@@ -236,7 +236,7 @@ fi
|
|||||||
|
|
||||||
if [ -z "$ShowMouseCursor" -o -z "$AUTO" ]; then
|
if [ -z "$ShowMouseCursor" -o -z "$AUTO" ]; then
|
||||||
echo
|
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
|
read var
|
||||||
if [ -n "$var" ] ; then
|
if [ -n "$var" ] ; then
|
||||||
ShowMouseCursor="$var"
|
ShowMouseCursor="$var"
|
||||||
|
|||||||
Reference in New Issue
Block a user