From a6d599a214fcdbf3a34cd94a996d89ced2b135d3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 29 Nov 2019 15:40:10 +0000 Subject: [PATCH] docs: update --- pash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pash b/pash index 9c4a8f2..89c3645 100755 --- a/pash +++ b/pash @@ -60,7 +60,7 @@ pw_show() { } pw_copy() { - # Disable warning against words-splitting as it is safe + # Disable warning against word-splitting as it is safe # and intentional (globbing is disabled). # shellcheck disable=2086 pw_show "$1" | ${PASH_CLIP:-xclip -selection clipboard}