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

Skip to content

Commit 8cd641a

Browse files
committed
minor typos corrected
"choosen" -> "chosen"
1 parent d7906e8 commit 8cd641a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,12 @@ def start():
551551
elif conf.string:
552552
errMsg += " Also, you can try to rerun by providing a "
553553
errMsg += "valid value for option '--string' as perhaps the string you "
554-
errMsg += "have choosen does not match "
554+
errMsg += "have chosen does not match "
555555
errMsg += "exclusively True responses"
556556
elif conf.regexp:
557557
errMsg += " Also, you can try to rerun by providing a "
558558
errMsg += "valid value for option '--regexp' as perhaps the regular "
559-
errMsg += "expression that you have choosen "
559+
errMsg += "expression that you have chosen "
560560
errMsg += "does not match exclusively True responses"
561561

562562
raise SqlmapNotVulnerableException(errMsg)

0 commit comments

Comments
 (0)