diff --git a/Makefile b/Makefile index a2f313b..fbdaa8c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = bash # Main environment configuration include .env -# Optional variables with secrests +# Optional variables with secrets -include .secrets # help target @@ -69,7 +69,7 @@ vendor/hosts: hosts: vendor/hosts @cat vendor/hosts -# Clean-up the envirinment +# Clean-up the environment .PHONY: clean .ONESHELL: clean: diff --git a/bin/deposit.sh b/bin/deposit.sh index 2907ee2..018ff32 100755 --- a/bin/deposit.sh +++ b/bin/deposit.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Source env settigns +# Source env settings . .env . services/ir/.ir.env diff --git a/docs/macos.md b/docs/macos.md index 24fd3a0..7d07b15 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -25,7 +25,7 @@ $ brew cask install tuntap - Restart macOS and allow tuntap kext in settings before -- Docker for macOS should be runned before +- Docker for macOS should be run before - Install docker-tuntap. This will automatically check if the currently installed shim is the correct version and make a backup if necessary