[Libreoffice-commits] core.git: bin/gla11y

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 4 05:52:11 UTC 2019


 bin/gla11y |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit fe9a176ba55184f1338d228e25b5ccff45a7749b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 07:30:23 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 4 07:51:42 2019 +0200

    Fix typo
    
    Change-Id: I58c1158dbd96ace17666177ef9b2d9f19309a2d6
    Reviewed-on: https://gerrit.libreoffice.org/70228
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/bin/gla11y b/bin/gla11y
index 3d132753986d..3fed400de699 100755
--- a/bin/gla11y
+++ b/bin/gla11y
@@ -1118,21 +1118,21 @@ def usage(fatal = True):
     print("")
     print("  --enable-type=TYPE    enable warning/fatal type TYPE")
     print("  --disable-type=TYPE   disable warning/fatal type TYPE")
-    print("  --fatal-type=TYPE     make warning type TYPE an fatal")
-    print("  --not-fatal-type=TYPE make warning type TYPE not an fatal")
+    print("  --fatal-type=TYPE     make warning type TYPE a fatal")
+    print("  --not-fatal-type=TYPE make warning type TYPE not a fatal")
     print("")
     print("  --enable-widgets=CLASS    enable warning/fatal type CLASS")
     print("  --disable-widgets=CLASS   disable warning/fatal type CLASS")
-    print("  --fatal-widgets=CLASS     make warning type CLASS an fatal")
-    print("  --not-fatal-widgets=CLASS make warning type CLASS not an fatal")
+    print("  --fatal-widgets=CLASS     make warning type CLASS a fatal")
+    print("  --not-fatal-widgets=CLASS make warning type CLASS not a fatal")
     print("")
     print("  --enable-specific=TYPE.CLASS    enable warning/fatal type TYPE for widget")
     print("                                  class CLASS")
     print("  --disable-specific=TYPE.CLASS   disable warning/fatal type TYPE for widget")
     print("                                  class CLASS")
-    print("  --fatal-specific=TYPE.CLASS     make warning type TYPE an fatal for widget")
+    print("  --fatal-specific=TYPE.CLASS     make warning type TYPE a fatal for widget")
     print("                                  class CLASS")
-    print("  --not-fatal-specific=TYPE.CLASS make warning type TYPE not an fatal for widget")
+    print("  --not-fatal-specific=TYPE.CLASS make warning type TYPE not a fatal for widget")
     print("                                  class CLASS")
     print("")
     print("  --disable-orphan-labels         only warn about orphan labels when there are")


More information about the Libreoffice-commits mailing list