aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 20:35:38 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 20:35:38 +0300
commit78dd57874b12e9a4eaa1585b70b08f2e8b557b1c (patch)
treeab94805c734b74faf6c74788f882eedbaf955c07
parent92487fba8b2906c821d2821f9e8abfa606c11c6e (diff)
downloadpfetch-78dd57874b12e9a4eaa1585b70b08f2e8b557b1c.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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) ;;