typo: executed

This commit is contained in:
Dan Andrews 2018-01-10 22:20:23 -07:00 committed by GitHub
parent 8e9727dcd0
commit ca398fe577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ fi
################################### < XTerm Checks > ###################################
if [ ! "${DISPLAY:-}" ]; then
echo -e "${CRed}The script should be exected inside a X (graphical) session.$CClr"
echo -e "${CRed}The script should be executed inside a X (graphical) session.$CClr"
exit 2
fi