Merge pull request #348 from dandrews/patch-1

typo: executed
This commit is contained in:
Matias Barcenas 2018-01-11 00:24:30 -06:00 committed by GitHub
commit 2d16283e46
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 > ################################### ################################### < XTerm Checks > ###################################
if [ ! "${DISPLAY:-}" ]; then 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 exit 2
fi fi