Typo in vuetorrent

This commit is contained in:
Sayantan Santra 2023-04-25 17:54:56 -05:00
parent 14c2ef0a26
commit 2915f8332d
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ package() {
unzip -qq vuetorrent.zip -d "${pkgdir}/opt"
# Print usage instructions
echo "Make sure to choose /opt/vuetorrent as the location of the custom WebUI in qBittorrent settings."
echo "You might nedd to mount this directory first if you're using docker."
echo "You might need to mount this directory first if you're using docker."
}