Spelling is hard

This commit is contained in:
Alex Malinovich 2016-04-11 13:43:47 -07:00
commit 0ab9cc6ccf

View file

@ -152,7 +152,7 @@ fi
# Sanity check
if [ "${EMAIL}" == "" -o "${PASS}" == "" ] && [ "${PUBLIC}" == "no" ] && [ ! -f /tmp/kaka ]; then
echo "Error: Need username & password or -k optoin to download PlexPass version. Otherwise run with -p to download public version."
echo "Error: Need username & password or -k option to download PlexPass version. Otherwise run with -p to download public version."
exit 1
fi