Skip to content

Commit b1e08fe

Browse files
authored
Fix typos as per #264
1 parent 3a9acca commit b1e08fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ofunctions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else
8282
_LOGGER_VERBOSE=true
8383
fi
8484

85-
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
85+
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
8686
SLEEP_TIME=.05
8787
fi
8888
#### DEBUG SUBSET END ####

0 commit comments

Comments
 (0)