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

Merge pull request #207 from grooveshaker/typo

Fix a typo
This commit is contained in:
Mayccoll 2019-12-29 13:41:02 -05:00 committed by GitHub
commit 6760415547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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