summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmisc/userscripts/kodi6
1 files 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