Skip to content

Commit 123684f

Browse files
committed
make spellchecker and myself happy ;-)
1 parent e8ab2c7 commit 123684f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25329,7 +25329,7 @@ lets_roll() {
2532925329
RET=0 # this is a global as a function main() is problematic, see #705. Should we toss then all local $ret?
2533025330
IP="" # global used only here
2533125331
stopwatch start
25332-
FNAME_DATE="$(date +"%Y%m%d-%H%M")" # a global var, and a definition via local doesn't work here. Omiting definition above
25332+
FNAME_DATE="$(date +"%Y%m%d-%H%M")" # a global var, and a definition via local doesn't work here. Omitting definition above
2533325333

2533425334
lets_roll init
2533525335
initialize_globals

0 commit comments

Comments
 (0)