From 49982bce9c00d32dc8ece24acd53b58ff66a597c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 7 Jan 2015 16:03:37 +0100 Subject: [PATCH] Trivial update --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index 464cc3f93..355abb159 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -181,7 +181,7 @@ def _setRequestParams(): kb.postHint = POST_HINT.SOAP if "soap" in conf.data.lower() else POST_HINT.XML elif re.search(MULTIPART_RECOGNITION_REGEX, conf.data): - message = "Multipart like data found in %s data. " % conf.method + message = "Multipart-like data found in %s data. " % conf.method message += "Do you want to process it? [Y/n/q] " test = readInput(message, default="Y") if test and test[0] in ("q", "Q"):