Commit 740cec71 authored by Jim Fulton's avatar Jim Fulton

typo

parent e4f4f6b6
...@@ -529,7 +529,7 @@ class Connection(ExportImport, object): ...@@ -529,7 +529,7 @@ class Connection(ExportImport, object):
if self._import: if self._import:
# We are importing an export file. We alsways do this # We are importing an export file. We alsways do this
# while making a savepoint so we can copy export data # while making a savepoint so we can copy export data
# directly to out storage, typically a TmpStore. # directly to our storage, typically a TmpStore.
self._importDuringCommit(transaction, *self._import) self._importDuringCommit(transaction, *self._import)
self._import = None self._import = None
......
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