Skip to content

Commit f872bd5

Browse files
committed
fix typo
1 parent f149c74 commit f872bd5

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
@@ -270,7 +270,7 @@ declare -r UA_SNEAKY="Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Fi
270270

271271
########### Initialization part, further global vars just being declared here
272272
#
273-
LC_COLLATE="" # ensuree certain regex patterns work as expected and aren't localized, see setup_lc_collate()
273+
LC_COLLATE="" # ensures certain regex patterns work as expected and aren't localized, see setup_lc_collate()
274274
PRINTF="" # which external printf to use. Empty presets the internal one, see #1130
275275
IKNOW_FNAME=false
276276
FIRST_FINDING=true # is this the first finding we are outputting to file?

0 commit comments

Comments
 (0)