We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2585cc + 1475ba4 commit d253a97Copy full SHA for d253a97
1 file changed
lib/request/basic.py
@@ -102,7 +102,7 @@ def title(self):
102
message = "you provided a HTTP %s header value. " % HTTP_HEADER.COOKIE
103
message += "The target URL provided its own cookies within "
104
message += "the HTTP %s header which intersect with yours. " % HTTP_HEADER.SET_COOKIE
105
- message += "Do you want to merge them in futher requests? [Y/n] "
+ message += "Do you want to merge them in further requests? [Y/n] "
106
_ = readInput(message, default="Y")
107
kb.mergeCookies = not _ or _[0] in ("y", "Y")
108
0 commit comments