diff --git a/README.md b/README.md index 07f7d43..25612b2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ From your git client cli: *Note 1: This process will require authentication to the nginx web server on clone, pull, or push. See Authentication.* -*Note 2: This reuires you at least add one file, commit that file and push it using the last 3 commands. Not doing do will cause git push and git pull to fail.* +*Note 2: This requires you at least add one file, commit that file and push it using the last 3 commands. Not doing do will cause git push and git pull to fail.* **Gitlist Browser Access:** diff --git a/ng-auth.sh b/ng-auth.sh index e72cae6..971c42f 100644 --- a/ng-auth.sh +++ b/ng-auth.sh @@ -79,7 +79,7 @@ ng-auth-init() { rm -f ${AUTH}/${ADMIN}.password &> /dev/null #check if htpasswd exists if [ ! -e ${AUTH}/htpasswd ]; then - sflog "Generating htpassed file and default account ${ADMIN}" + sflog "Generating htpasswd file and default account ${ADMIN}" #generate random password ADMINPASS=$(openssl rand -base64 8) #store password to file diff --git a/start.sh b/start.sh index 5ac5d10..bcf83d0 100644 --- a/start.sh +++ b/start.sh @@ -58,7 +58,7 @@ trap "(stopc)" TERM #startup -#test for ENV varibale $FQDN +#test for ENV variable $FQDN if [ ! -z ${FQDN+x} ]; then sflog "FQDN is set to ${FQDN}" else