From 874cf24512d13f0718640cfc08c39d6e1a92d5a8 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Sun, 25 Dec 2016 11:46:53 +0200 Subject: [PATCH] typo --- doc/resurrect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/resurrect.md b/doc/resurrect.md index d66d707..01a6724 100644 --- a/doc/resurrect.md +++ b/doc/resurrect.md @@ -39,4 +39,4 @@ Row-based replication has the property of being idempotent for DML events. There Chunk-reiteration likewise poses no integrity concern and there is no harm in re-copying same range of rows. -The only concern is to never skip binlog events, and never skip a row range. By virtue of only dumping events and ranges that have been applied, and by virtue of only proceessing binlog events and chunks moving forward, `gh-ost` keeps integrity intact. +The only concern is to never skip binlog events, and never skip a row range. By virtue of only dumping events and ranges that have been applied, and by virtue of only processing binlog events and chunks moving forward, `gh-ost` keeps integrity intact.