Merge pull request #1444 from Morgaux/master

Correct spelling
This commit is contained in:
dylan 2020-04-17 08:36:55 +03:00 committed by GitHub
commit 5d11302cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1689,7 +1689,7 @@ get_de() {
# When a window manager is started from a display manager
# the desktop variables are sometimes also set to the
# 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; }
;;
esac
@ -5200,7 +5200,7 @@ get_simple() {
}
old_functions() {
# Removed functions for backwards compatability.
# Removed functions for backwards compatibility.
get_line_break() { :; }
}