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}