mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
fix typo
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3566 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
69a38bfd37
commit
d5685ba4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ class HTTPConnection:
|
|||
# isclosed() status to become true.
|
||||
#
|
||||
if self.__state != _CS_REQ_SENT or self.__response:
|
||||
msg = "State %s, Reponse %s" % (self.__state, self.__response)
|
||||
msg = "State %s, Response %s" % (self.__state, self.__response)
|
||||
raise ResponseNotReady(msg)
|
||||
|
||||
if self.debuglevel > 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue