aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) ;;