summaryrefslogtreecommitdiffstats
path: root/idlc/test
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-22 18:40:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-21 15:24:43 +0200
commitfec332602976676e1689a45ed846488f2484c89e (patch)
tree1062e5da85b72dc85d6065c4bace1fc0e19b4cb7 /idlc/test
parentlok: remove .uno:ModifiedStatus message from deduplication mechanism (diff)
downloadcore-fec332602976676e1689a45ed846488f2484c89e.tar.gz
core-fec332602976676e1689a45ed846488f2484c89e.zip
Fix typo in code
Change-Id: Ib026080d70fb7cf97f7f90079dbb4e1f6d77a05e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101197 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc/test')
-rw-r--r--idlc/test/parser/attribute.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests
index 73b9d348501a..dd0b85bde9c5 100644
--- a/idlc/test/parser/attribute.tests
+++ b/idlc/test/parser/attribute.tests
@@ -182,7 +182,7 @@ interface I1 {
EXPECT FAILURE "attribute.tests 21":
interface I1 {
- [attribute, maybeambigious] long a;
+ [attribute, maybeambiguous] long a;
};