summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/FEH.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/xbmc/FEH.sh')
-rwxr-xr-xabs/extra/xbmc/FEH.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/extra/xbmc/FEH.sh b/abs/extra/xbmc/FEH.sh
index e040a78..db8c692 100755
--- a/abs/extra/xbmc/FEH.sh
+++ b/abs/extra/xbmc/FEH.sh
@@ -14,11 +14,10 @@ fi
if [[ -z $(xdpyinfo | grep "depth of root.*24" | uniq) ]]; then
echo "XBMC cannot run unless the"
- echo "screen color depth is atleast 24 bit."
+ echo "screen color depth is at least 24 bit."
echo
echo "Please reconfigure your screen."
RETVAL=1
fi
exit ${RETVAL}
-