From 05db15f7ee12fc843ded7f6eaa4a9623b3001b67 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 12 Sep 2016 12:22:49 -0500 Subject: [PATCH] Fix typo in batch-processing doc See http://www.dictionary.com/misspelling?term=apparant&s=t --- docs/en/reference/batch-processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/batch-processing.rst b/docs/en/reference/batch-processing.rst index 5d3cf1887..ce47c538c 100644 --- a/docs/en/reference/batch-processing.rst +++ b/docs/en/reference/batch-processing.rst @@ -100,7 +100,7 @@ with the batching strategy that was already used for bulk inserts: Results may be fully buffered by the database client/ connection allocating additional memory not visible to the PHP process. For large sets this - may easily kill the process for no apparant reason. + may easily kill the process for no apparent reason. Bulk Deletes