From 412137a1e856553787d0ba8bcefddd53f167bb2e Mon Sep 17 00:00:00 2001 From: Calvin Jeong Date: Tue, 10 Mar 2015 22:10:24 +1300 Subject: [PATCH] [1.6.x] Fixed typo in docs/ref/database.txt Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ca82f4273f..920910ad6f 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -652,7 +652,7 @@ If you're getting this error, you can solve it by: transactions are short-lived. * Increase the default timeout value by setting the ``timeout`` database - option option:: + option:: 'OPTIONS': { # ...