From: Agathe Porte <debian@microjoe.org>
Date: Fri, 30 Apr 2021 21:36:09 +0200
Subject: grammalecte-cli: fix typo in help

Forwarded: https://grammalecte.net/thread.php?prj=fr&t=961
---
 grammalecte-cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grammalecte-cli.py b/grammalecte-cli.py
index 437752d..ad2835b 100644
--- a/grammalecte-cli.py
+++ b/grammalecte-cli.py
@@ -147,7 +147,7 @@ def main ():
     xParser.add_argument("-tfo", "--textformatteronly", help="auto-format text and disable grammar checking (only with option --file or --file_to_file)", action="store_true")
     xParser.add_argument("-ctx", "--context", help="return errors with context (only with option --json)", action="store_true")
     xParser.add_argument("-wss", "--with_spell_sugg", help="add suggestions for spelling errors (only with option --file or --file_to_file)", action="store_true")
-    xParser.add_argument("-pdi", "--personal_dict", help="load personnal dictionary (JSON file)", type=str)
+    xParser.add_argument("-pdi", "--personal_dict", help="load personal dictionary (JSON file)", type=str)
     xParser.add_argument("-w", "--width", help="width in characters (40 < width < 200; default: 100)", type=int, choices=range(40,201,10), default=100)
     xParser.add_argument("-lo", "--list_options", help="list options", action="store_true")
     xParser.add_argument("-lr", "--list_rules", nargs="?", help="list rules [regex pattern as filter]", const="*")
