Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5884c7

Browse files
committed
Minor language update
1 parent 760519d commit b5884c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ def showHttpErrorCodes():
24672467
"""
24682468

24692469
if kb.httpErrorCodes:
2470-
warnMsg = "HTTP error codes detected during testing:\n"
2470+
warnMsg = "HTTP error codes detected during run:\n"
24712471
warnMsg += ", ".join("%d (%s) - %d times" % (code, httplib.responses[code] \
24722472
if code in httplib.responses else '?', count) \
24732473
for code, count in kb.httpErrorCodes.items())

0 commit comments

Comments
 (0)