Skip to content

Commit

Permalink
Fix typos as per #264
Browse files Browse the repository at this point in the history
deajan authored Sep 4, 2024
1 parent 3a9acca commit b1e08fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ofunctions.sh
Original file line number Diff line number Diff line change
@@ -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 ####

0 comments on commit b1e08fe

Please sign in to comment.