From b27be81b9404dfa4a650c5f39b796df0df027c7f Mon Sep 17 00:00:00 2001 From: pelya Date: Tue, 17 Apr 2012 19:40:00 +0300 Subject: [PATCH] Fixed typo --- ChangeAppSettings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeAppSettings.sh b/ChangeAppSettings.sh index 7dd683fc7..c2fd13431 100755 --- a/ChangeAppSettings.sh +++ b/ChangeAppSettings.sh @@ -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"