1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Fix a typo

This commit is contained in:
Q, Ren-queue
2019-12-28 19:09:59 +09:00
committed by GitHub
parent af99daac16
commit d5357dba24

View File

@ -542,7 +542,7 @@ apply_xfce4-terminal() {
CONFFILE="${HOME}/.config/xfce4/terminal/terminalrc"
if [[ ! (-w "${CONFFILE}") ]]; then
echo "ERROR: config file not present or not writeable!"
echo "ERROR: config file not present or not writable!"
exit 1
fi