diff options
Diffstat (limited to 'python/londiste/handler.py')
| -rw-r--r-- | python/londiste/handler.py | 2 |
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, |
