summaryrefslogtreecommitdiff
path: root/python/londiste
diff options
context:
space:
mode:
authormartinko2013-04-15 15:54:32 +0000
committermartinko2013-04-15 15:54:32 +0000
commit3e85c9f908912113251562476e65031f7374241d (patch)
tree5fe52dad55df12a79df8dc20476ece0a8446f58e /python/londiste
parent99ef13f2a06a4f8172535332d585f019f52e4a65 (diff)
python: text fixes
Diffstat (limited to 'python/londiste')
-rw-r--r--python/londiste/handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/londiste/handler.py b/python/londiste/handler.py
index 51fa603a..72d98b43 100644
--- a/python/londiste/handler.py
+++ b/python/londiste/handler.py
@@ -145,7 +145,7 @@ class BaseHandler:
def real_copy(self, src_tablename, src_curs, dst_curs, column_list):
"""do actual table copy and return tuple with number of bytes and rows
- copyed
+ copied
"""
condition = self.get_copy_condition(src_curs, dst_curs)
return skytools.full_copy(src_tablename, src_curs, dst_curs,