From 5cc1abc71ad5a0352891f2e2588a2af9b739d5b9 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Fri, 6 Sep 2013 13:24:18 +0200 Subject: [PATCH] Fix Typo --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index cb06e7d..72715eb 100644 --- a/main.sh +++ b/main.sh @@ -160,7 +160,7 @@ fi ##################################################################### # Exit on error. Append ||true if you expect an error. -# set -e is safer than #!/bin/bash -e because that is nutralised if +# set -e is safer than #!/bin/bash -e because that is neutralised if # someone runs your script like `bash yourscript.sh` set -eu