From 741a05480f0a8df22f5765ae3ba29df87a1bc4d2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 09:59:07 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index e25da8a..c946e80 100755 --- a/pfetch +++ b/pfetch @@ -139,7 +139,7 @@ get_os() { while IFS='<>' read -r _ _ line _; do case $line in # To avoid duplicating code, we use the name of - # they key (eg ProductVersion) as the name of the + # the key (eg ProductVersion) as the name of the # shell variable containing the value. ProductVersion|ProductBuildVersion) IFS='<>' read -r _ _ "${line?}" _