From b6f69aede8b0c8a182bb55f737c4695a15c7e590 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 15 May 2016 09:34:49 +1000 Subject: [PATCH] Fix spelling mistake in comment --- neofetch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index d59a4d24..aae0a56e 100755 --- a/neofetch +++ b/neofetch @@ -2173,9 +2173,10 @@ getimage () { printf "%b%s" "\033[14t\033[c" fi - # The ascape code above prints the output AFTER the prompt so this + # The escape code above prints the output AFTER the prompt so this # loop below reads it as input. wtf xterm - read -t 1 -d c -s -r term_size; stty echo + read -t 1 -d c -s -r term_size + stty echo # Split the string term_size=${term_size//'['}