Unverified Commit ff5600a3 authored by Morgaux's avatar Morgaux Committed by GitHub

Correct spelling

parent d2ca2508
...@@ -1689,7 +1689,7 @@ get_de() { ...@@ -1689,7 +1689,7 @@ get_de() {
# When a window manager is started from a display manager # When a window manager is started from a display manager
# the desktop variables are sometimes also set to the # the desktop variables are sometimes also set to the
# window manager name. This checks to see if WM == DE # window manager name. This checks to see if WM == DE
# and dicards the DE value. # and discards the DE value.
[[ $de == "$wm" ]] && { unset -v de; return; } [[ $de == "$wm" ]] && { unset -v de; return; }
;; ;;
esac esac
...@@ -5200,7 +5200,7 @@ get_simple() { ...@@ -5200,7 +5200,7 @@ get_simple() {
} }
old_functions() { old_functions() {
# Removed functions for backwards compatability. # Removed functions for backwards compatibility.
get_line_break() { :; } get_line_break() { :; }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment