From 85189bb930452321d224aa55ccf51f561ba04d5d Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 4 Jul 2012 09:06:02 +0200 Subject: [PATCH] Fix typo gabrielle --- doc/src/sgml/wal.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index ff825eca3b8..a3e91be4b89 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -378,7 +378,7 @@ committing at about the same time. Setting commit_delay can only help when there are many concurrently committing transactions, and it is difficult to tune it to a value that actually helps rather - than hurt throughput. + than hurts throughput.