Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
modified:   src/ZPublisher/HTTPRequest.py
  • Loading branch information
jugmac00 committed Apr 16, 2019
1 parent e82a33a commit 7f65277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/HTTPRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def resolve_url(self, url):
# or raise the same HTTP error that would be raised in
# the case of a real web request. If the passed in url
# does not appear to describe an object in the system
# namespace (e.g. the host, port or script name dont
# namespace (e.g. the host, port or script name don't
# match that of the current request), a ValueError will
# be raised.
if url.find(self.script) != 0:
Expand Down

0 comments on commit 7f65277

Please sign in to comment.