From 2f129b01c06d0e3dfb5e81261d9243c40864e5a1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 18 Jun 2011 09:46:22 +0000 Subject: [PATCH] "Please consider to provide" is a bad English --- lib/techniques/blind/inference.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 7294e9f26..8095bd374 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -115,8 +115,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None numThreads = 1 if conf.threads == 1 and not timeBasedCompare: - warnMsg = "running in a single-thread mode. Please consider to " - warnMsg += "provide --threads switch to speedup data fetching" + warnMsg = "running in a single-thread mode. Please consider " + warnMsg += "providing --threads switch to speedup data fetching" singleTimeWarnMessage(warnMsg) if conf.verbose in (1, 2) and not showEta: