From fcbab8275d3dedc983092dd5bec1e1d535700f66 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 Dec 2020 10:48:04 +0100 Subject: Fix typos in kodi userscript --- misc/userscripts/kodi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/userscripts/kodi b/misc/userscripts/kodi index a7a582681..63fcc81fe 100755 --- a/misc/userscripts/kodi +++ b/misc/userscripts/kodi @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Behavior: -# A qutebrowser userscript that plays Twitch, YourTube or Vimeo videos in Kodi via its +# A qutebrowser userscript that plays Twitch, YouTube or Vimeo videos in Kodi via its # API. # # Requirements: @@ -56,7 +56,7 @@ # Note, curl will display errors for some problems, but not all. if [[ -z "$QUTE_FIFO" ]] ; then - echo "This script is designed to run as a qutebrowser userscript not as a standalone script." + echo "This script is designed to run as a qutebrowser userscript, not as a standalone script." exit 231 fi @@ -107,5 +107,5 @@ if [[ "$JSON" ]] ; then --silent > /dev/null else URL=$(echo "$QUTE_URL" |awk -F/ '{print $3}') - echo "message-warning 'kodi userscript does not supported this $URL'" > "$QUTE_FIFO" + echo "message-warning 'kodi userscript does not support this $URL'" > "$QUTE_FIFO" fi -- cgit v1.2.3-54-g00ecf