From 5f62933a161ae989c1f68eb57079ce21106d1dd2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Nov 2017 10:26:27 +0100 Subject: Fix typos Change-Id: If511cbcc290488cf05cc078e6674deae2c454315 Reviewed-on: https://gerrit.libreoffice.org/45209 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/typelib/typedescription.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/typelib') diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h index a0c60e68f93b..a6350b409b29 100644 --- a/include/typelib/typedescription.h +++ b/include/typelib/typedescription.h @@ -1017,7 +1017,7 @@ inline void TYPELIB_DANGER_GET( typelib_TypeDescription** ppMacroTypeDescr, } } -/** Releases the description previouse fetched by TYPELIB_DANGER_GET. +/** Releases the description previous fetched by TYPELIB_DANGER_GET. @internal */ inline void TYPELIB_DANGER_RELEASE( typelib_TypeDescription* pDescription ) -- cgit