From 6aee478f5a636ef6ae0c8a9f89b12bd42e2e03cd Mon Sep 17 00:00:00 2001 From: gaobin Date: Sat, 8 Dec 2018 20:39:26 +0800 Subject: [PATCH] Fixed the necesssary to necessary Change-Id: Ic96a00618e1c98ee1b0339d360351be719aa676d --- doc/source/admin/drivers/sql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/drivers/sql.rst b/doc/source/admin/drivers/sql.rst index b9ce24bc9b..8d96a18ed6 100644 --- a/doc/source/admin/drivers/sql.rst +++ b/doc/source/admin/drivers/sql.rst @@ -29,7 +29,7 @@ The connection options for the SQL driver are: for more information. The driver will automatically set up the database creating and managing - the necesssary tables. Therefore the provided user should have sufficient + the necessary tables. Therefore the provided user should have sufficient permissions to manage the database. For example: .. code-block:: sql