From b1e08fe947e5e8ceb9d0357e79b11fb5043cfae2 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 4 Sep 2024 15:25:54 +0200 Subject: [PATCH] Fix typos as per #264 --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 205803d33..0f23488ec 100755 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -82,7 +82,7 @@ else _LOGGER_VERBOSE=true fi -if [ "$SLEEP_TIME" == "" ]; then # Leave the possibity to set SLEEP_TIME as environment variable when runinng with bash -x in order to avoid spamming console +if [ "$SLEEP_TIME" == "" ]; then # Leave the possibility to set SLEEP_TIME as environment variable when running with bash -x in order to avoid spamming console SLEEP_TIME=.05 fi #### DEBUG SUBSET END ####