From 09c179f6f591fd504b604d91ad62fa6f387c333f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Sep 2019 15:56:13 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).