From 4b191b87a62076504314f1a64047c5e46408a65f Mon Sep 17 00:00:00 2001 From: Claude Perrin Date: Tue, 19 Apr 2022 08:37:21 +0200 Subject: [PATCH] Update __manifest__.py typo --- auth_saml_environment/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_saml_environment/__manifest__.py b/auth_saml_environment/__manifest__.py index fc30a3b..e7548b1 100644 --- a/auth_saml_environment/__manifest__.py +++ b/auth_saml_environment/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { - "name": "Auth SAML environement", + "name": "Auth SAML environment", "summary": "Allows system administrator to authenticate with any account", "version": "14.0.1.0.0", "category": "base",