aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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?}" _