From 645d11d8ef8fd5684aa246a7704e47615e10f444 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 22:42:32 +0000 Subject: Fix typo Change-Id: I0efc8f2d50e825878bc41d7eca055095a9308fce Reviewed-on: https://gerrit.libreoffice.org/74669 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- idlc/inc/astdeclaration.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/inc/astdeclaration.hxx b/idlc/inc/astdeclaration.hxx index c723df6afca1..aca098d16bbd 100644 --- a/idlc/inc/astdeclaration.hxx +++ b/idlc/inc/astdeclaration.hxx @@ -39,7 +39,7 @@ enum NodeType NT_const, // Denotes a constant NT_exception, // Denotes an exception NT_attribute, // Denotes an attribute - NT_property, // Denotes an property + NT_property, // Denotes a property NT_operation, // Denotes an operation NT_parameter, // Denotes an op. parameter NT_struct, // Denotes either a plain struct type, or a -- cgit