From 74891879240aa070ea7621a99b796d0862d55414 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 26 Sep 2019 20:55:16 +0300 Subject: [PATCH] docs: fix typo --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index fb8923b..3753592 100755 --- a/pfetch +++ b/pfetch @@ -302,7 +302,7 @@ get_uptime() { get_pkgs() { # This works by first checking for which package managers are - # isntalled and finally by printing each package manager's + # installed and finally by printing each package manager's # package list with each package one per line. # # The output from this is then piped to 'wc -l' to count each