mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Various little spelling fixes (check with lintian during Debian packaging) (#2027)
* contrib: remove bash hashbang from completion This file starts with the #! sequence that marks interpreted scripts, but it is a bash completion script that is merely intended to be sourced. * src: spelling error (Attemtping => Attempting) * src: spelling error (reponse => response) * src: spelling error (sucessfully => successfully)
This commit is contained in:
parent
0e0fdacf7c
commit
0ab2955bd7
11 changed files with 11 additions and 13 deletions
|
|
@ -90,7 +90,7 @@ if [ -n "${ONEDRIVE_AUTHFILES:=""}" ]; then
|
|||
ARGS=(--auth-files ${ONEDRIVE_AUTHFILES} ${ARGS[@]})
|
||||
fi
|
||||
|
||||
# Tell client to utilize provided auth reponse based on environment variable
|
||||
# Tell client to utilize provided auth response based on environment variable
|
||||
if [ -n "${ONEDRIVE_AUTHRESPONSE:=""}" ]; then
|
||||
echo "# We are providing the auth response directly to perform authentication"
|
||||
echo "# Adding --auth-response ARG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue