From 8cd641a2a60bc2f0e1ee58034c601a1b12064193 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Tue, 15 Oct 2013 13:26:24 -0400 Subject: [PATCH] minor typos corrected "choosen" -> "chosen" --- lib/controller/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 3cea4d0d6..7cd6abb04 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -551,12 +551,12 @@ def start(): elif conf.string: errMsg += " Also, you can try to rerun by providing a " errMsg += "valid value for option '--string' as perhaps the string you " - errMsg += "have choosen does not match " + errMsg += "have chosen does not match " errMsg += "exclusively True responses" elif conf.regexp: errMsg += " Also, you can try to rerun by providing a " errMsg += "valid value for option '--regexp' as perhaps the regular " - errMsg += "expression that you have choosen " + errMsg += "expression that you have chosen " errMsg += "does not match exclusively True responses" raise SqlmapNotVulnerableException(errMsg)