diff --git a/fluxion.sh b/fluxion.sh index dc73f09..5df5f24 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -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