diff --git a/base_search_fuzzy/__manifest__.py b/base_search_fuzzy/__manifest__.py
index b4dfddc23..10c47bdc1 100644
--- a/base_search_fuzzy/__manifest__.py
+++ b/base_search_fuzzy/__manifest__.py
@@ -6,7 +6,7 @@
'name': "Fuzzy Search",
'summary': "Fuzzy search with the PostgreSQL trigram extension",
'category': 'Uncategorized',
- 'version': '10.0.1.0.0',
+ 'version': '10.0.1.1.0',
'website': 'https://odoo-community.org/',
'author': 'bloopark systems GmbH & Co. KG, '
'Eficent, '
diff --git a/base_search_fuzzy/models/trgm_index.py b/base_search_fuzzy/models/trgm_index.py
index 56731d1ac..6feee6de7 100644
--- a/base_search_fuzzy/models/trgm_index.py
+++ b/base_search_fuzzy/models/trgm_index.py
@@ -31,7 +31,7 @@ class TrgmIndex(models.Model):
readonly=True,
help='The index name is automatically generated like '
'fieldname_indextype_idx. If the index already exists and the '
- 'index is located in the same table then this index is resused. '
+ 'index is located in the same table then this index is reused. '
'If the index is located in another table then a number is added '
'at the end of the index name.'
)
diff --git a/base_search_fuzzy/views/trgm_index.xml b/base_search_fuzzy/views/trgm_index.xml
index 87fa8f297..9f4fd2d30 100644
--- a/base_search_fuzzy/views/trgm_index.xml
+++ b/base_search_fuzzy/views/trgm_index.xml
@@ -6,7 +6,7 @@
trgm.index.view.form
trgm.index
-