aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-28 15:56:13 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-28 15:56:13 +0300
commit09c179f6f591fd504b604d91ad62fa6f387c333f (patch)
treefeeee1ff6a882e7b3950b44b747f2b96e920dfac
parentb85ec5657dd1e5de2b69633efb1db0d826a7d47c (diff)
downloadpfetch-09c179f6f591fd504b604d91ad62fa6f387c333f.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 446d311..c8defcd 100755
--- a/pfetch
+++ b/pfetch
@@ -64,7 +64,7 @@ log() {
# Use 'set --' as a means of stripping all leading and trailing
# white-space from the info string. This also normalizes all
- # whitespace inside of the string.
+ # white-space inside of the string.
#
# Disable the shellcheck warning for word-splitting
# as it's safe and intended ('set -f' disables globbing).