grammar fix

This commit is contained in:
Miroslav Stampar
2012-03-13 22:03:23 +00:00
parent edfcddd3c3
commit a7fbc55748
5 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ def forgeHeaders(items=None):
if ("%s=" % cookie.name) in headers[HTTPHEADER.COOKIE]:
if kb.mergeCookies is None:
message = "you provided a HTTP %s header value. " % HTTPHEADER.COOKIE
message += "The target url provided it's own cookies within "
message += "The target url provided its own cookies within "
message += "the HTTP %s header which intersect with yours. " % HTTPHEADER.SET_COOKIE
message += "Do you want to merge them in futher requests? [Y/n] "
test = readInput(message, default="Y")