Skip to content

Commit 8063982

Browse files
committed
fix typo
1 parent c825a70 commit 8063982

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
@@ -2196,7 +2196,7 @@ connectivity_problem() {
21962196
}
21972197

21982198
sanitze_http_header() {
2199-
# sed implemntations tested were sometime not fine with header containing x0d x0a (CRLF) which is the usual
2199+
# sed implementations tested were sometime not fine with header containing x0d x0a (CRLF) which is the usual
22002200
# case. Also we use tr here to remove any crtl chars which the server side offers --> possible security problem
22012201
# Only allowed now is LF + CR. See #2337. awk OTOH, see above, doesn't seem to care -- but not under MacOS
22022202
sed -e '/^$/q' -e '/^[^a-zA-Z_0-9]$/q' $HEADERFILE | tr -d '\000-\011\013\014\016-\037' >$HEADERFILE.tmp

0 commit comments

Comments
 (0)