From 33ed346a42a03364be498c000353637b427c6e80 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Wed, 10 Aug 2016 10:02:12 +0100 Subject: [PATCH] Fix typo --- base_search_fuzzy/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_search_fuzzy/README.rst b/base_search_fuzzy/README.rst index 71a89e850..1ee718a49 100644 --- a/base_search_fuzzy/README.rst +++ b/base_search_fuzzy/README.rst @@ -18,7 +18,7 @@ Installation #. The PostgreSQL extension ``pg_trgm`` should be available. In debian based distribution you have to install the `postgresql-contrib` module. #. Install the ``pg_trgm`` extension to your database or give your postgresql - user the ``SUEPRUSER`` right (this allows the odoo module to install the + user the ``SUPERUSER`` right (this allows the odoo module to install the extension to the database).