From fec332602976676e1689a45ed846488f2484c89e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 22 Aug 2020 18:40:29 +0200 Subject: Fix typo in code Change-Id: Ib026080d70fb7cf97f7f90079dbb4e1f6d77a05e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101197 Tested-by: Jenkins Reviewed-by: Julien Nabet Reviewed-by: Stephan Bergmann --- idlc/test/parser/attribute.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc/test') 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; }; -- cgit