Commit bd7cd066 authored by Alessandro Pisa's avatar Alessandro Pisa Committed by GitHub

Fix typo

parent ec2fc9d0
......@@ -485,7 +485,7 @@ class ClientStorage(ZODB.ConflictResolution.ConflictResolvingStorage):
"Transaction not committing", meth, trans)
if buf.connection_generation != self._connection_generation:
# We were disconneected, so this one is poisoned
# We were disconnected, so this one is poisoned
raise ClientDisconnected(meth, 'on a disconnected transaction')
return buf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment