From 534ffd671c47af03a99ba199cc63e72527520119 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 1 Oct 2016 10:49:56 +1000 Subject: [PATCH] Fix typo --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 10eb6237..e94b52f0 100755 --- a/neofetch +++ b/neofetch @@ -3120,7 +3120,7 @@ main() { # If the script exits for any reason, unhide the cursor. trap 'printf "\033[?25h"' EXIT - # Clear the scren + # Clear the screen clear # Hide the cursor and disable line wrap