From 827da3ae1abeaa7a049c7b5d8d640bf9a754e77f Mon Sep 17 00:00:00 2001
From: Baptiste Mispelon <bmispelon@gmail.com>
Date: Thu, 2 Oct 2014 16:42:13 +0200
Subject: [PATCH] Fixed typo in locale_gen documentation.

---
 system/locale_gen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/locale_gen.py b/system/locale_gen.py
index 12eab8dbc8f..9ff0a87f36a 100644
--- a/system/locale_gen.py
+++ b/system/locale_gen.py
@@ -8,7 +8,7 @@ from subprocess import Popen, PIPE, call
 DOCUMENTATION = '''
 ---
 module: locale_gen
-short_description: Creates of removes locales.
+short_description: Creates or removes locales.
 description:
      - Manages locales by editing /etc/locale.gen and invoking locale-gen.
 version_added: "1.6"