From ff5600a3ec4832ea3a31e705e1c6d83dc1a75dd8 Mon Sep 17 00:00:00 2001 From: Morgaux <34286986+Morgaux@users.noreply.github.com> Date: Fri, 17 Apr 2020 05:21:01 +1200 Subject: [PATCH] Correct spelling --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index e2412109..a1d5ef19 100755 --- a/neofetch +++ b/neofetch @@ -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() { :; } }