From ed26bf7b8709248174089d65808ae62ce67e07e7 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 26 Feb 2021 18:06:36 +0300 Subject: [PATCH] fix typos in comments and .md files Signed-off-by: Pavel Karpy --- Makefile | 4 ++-- bin/deposit.sh | 2 +- docs/macos.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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