Minor language fix

This commit is contained in:
Miroslav Stampar
2013-07-31 09:24:34 +02:00
parent 941b2387c0
commit eaacbe0b12
6 changed files with 8 additions and 8 deletions

View File

@@ -434,7 +434,7 @@ class Connect(object):
conn.fp._sock.close()
conn.close()
except Exception, msg:
warnMsg = "problem occured during connection closing ('%s')" % msg
warnMsg = "problem occurred during connection closing ('%s')" % msg
logger.warn(warnMsg)
except urllib2.HTTPError, e: