From 78dd57874b12e9a4eaa1585b70b08f2e8b557b1c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 20:35:38 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 3215779..145c69b 100755 --- a/pfetch +++ b/pfetch @@ -132,7 +132,7 @@ get_os() { get_kernel() { # '$kernel' is the cached output of 'uname -r'. case $os in - # Don't print kernel output on BSD system as the + # Don't print kernel output on BSD systems as the # OS name includes it. *BSD) ;;