Fixed typo in locale_gen documentation.

This commit is contained in:
Baptiste Mispelon 2014-10-02 16:42:13 +02:00 committed by Matt Clay
parent 85c15e5303
commit 7a60427749

View file

@ -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"