From d4a77e3a0288cd8cd05f4fae86511c17c74a0eb7 Mon Sep 17 00:00:00 2001
From: "Yenthe V.G" <yenthevg@gmail.com>
Date: Tue, 3 Oct 2017 08:58:52 +0200
Subject: [PATCH] [FIX] test_main_flows: typo

Closes #19849
---
 odoo/addons/test_main_flows/__manifest__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/odoo/addons/test_main_flows/__manifest__.py b/odoo/addons/test_main_flows/__manifest__.py
index ba9068e0f658..f0c471a05662 100644
--- a/odoo/addons/test_main_flows/__manifest__.py
+++ b/odoo/addons/test_main_flows/__manifest__.py
@@ -5,7 +5,7 @@
     'version': '1.0',
     'category': 'Tools',
     'description': """
-This mobule will test the main workflow of Odoo.
+This module will test the main workflow of Odoo.
 It will install some main apps and will try to execute the most important actions.
 """,
     'depends': ['web_tour', 'crm', 'sale_timesheet', 'purchase', 'mrp', 'account'],
-- 
GitLab