diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-07 20:36:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-08 09:22:19 +0200 |
commit | 196c150862839ce02458eba7641a573e0d860e13 (patch) | |
tree | 7216fb233ed26b78fdb394cecc475b81a0807b67 /bin | |
parent | 0eff4285eff1a5b6a220067adf605fbaaed2ccfe (diff) |
Fix typo
Change-Id: I91bd071261dfd964a6f7705cf8bb30814ef3a671
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98295
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gla11y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gla11y b/bin/gla11y index 80d3e54a371c..01c339696cf1 100755 --- a/bin/gla11y +++ b/bin/gla11y @@ -250,7 +250,7 @@ widgets_labels = [ progname = os.path.basename(sys.argv[0]) # This dictionary contains the set of suppression lines as read from the -# suppression file(s). It is merely indexed by the text of the suppresion line +# suppression file(s). It is merely indexed by the text of the suppression line # and contains whether the suppressions was unused. suppressions = {} |