Correct a spelling mistake.

This commit is contained in:
Edward Betts
2018-07-05 06:28:38 +01:00
committed by GitHub
parent e1b388dd0a
commit 744e1b0e6b

View File

@@ -2711,7 +2711,7 @@ detectgtk () {
gtkIcons=$(grep '^gtk-icon-theme-name' "$minegtkrc" | awk -F '"' '{print $2}')
fi
fi
# /etc/gtk-2.0/gtkrc compatability
# /etc/gtk-2.0/gtkrc compatibility
if [[ -f /etc/gtk-2.0/gtkrc && ! -f "$HOME/.gtkrc-2.0" && ! -f "$HOME/.gtkrc.mine" && ! -f "$HOME/.gtkrc-2.0.mine" ]]; then
if grep -q 'gtk-theme-name' /etc/gtk-2.0/gtkrc; then
gtk2Theme=$(awk -F'"' '/^gtk-theme-name/ {print $2}' /etc/gtk-2.0/gtkrc)