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

Skip to content

Commit d253a97

Browse files
authored
Merge pull request #2411 from bbbbbrie/master
Correct typo in basic.py
2 parents b2585cc + 1475ba4 commit d253a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def title(self):
102102
message = "you provided a HTTP %s header value. " % HTTP_HEADER.COOKIE
103103
message += "The target URL provided its own cookies within "
104104
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] "
105+
message += "Do you want to merge them in further requests? [Y/n] "
106106
_ = readInput(message, default="Y")
107107
kb.mergeCookies = not _ or _[0] in ("y", "Y")
108108

0 commit comments

Comments
 (0)