summaryrefslogtreecommitdiff
path: root/bin/gla11y
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-21 10:51:41 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-26 12:58:03 +0100
commit389405cc49cb07a5414dd2b7ac10d9a7785e012b (patch)
tree6911fa752c27cf246932e5946069c198fbf84497 /bin/gla11y
parente075d09557e4637273de03f2f018d95e91b05455 (diff)
Fix typos
Change-Id: Ifcfb8ed6783f7d022e7c7f139e3f3bafa7b4b71a Reviewed-on: https://gerrit.libreoffice.org/50088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'bin/gla11y')
-rwxr-xr-xbin/gla11y2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gla11y b/bin/gla11y
index a0c3468bb895..04d5d83ccd1a 100755
--- a/bin/gla11y
+++ b/bin/gla11y
@@ -85,7 +85,7 @@ def check_objects(filename, elm, objects, target):
if length == 0:
err(filename, elm, "use of undeclared target '%s'" % target)
elif length > 1:
- err(filename, elm, "sevral targets are named '%s'" % target)
+ err(filename, elm, "several targets are named '%s'" % target)
def check_props(filename, root, props):
"""