From 806bec7107c426d0d05ceabd82da159e75d7f5ed Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sat, 11 Feb 2012 12:37:03 +0800 Subject: Fix typos in comments --- udkapi/com/sun/star/script/ContextInformation.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun/star/script') diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl index 11ea503ff545..62a4002c3b36 100644 --- a/udkapi/com/sun/star/script/ContextInformation.idl +++ b/udkapi/com/sun/star/script/ContextInformation.idl @@ -40,8 +40,8 @@ */ published struct ContextInformation { - /** Full qualified name to adress the module or function associated with the context. - If the module or function can't be adressed by name, e.g., in case that a runtime + /** Full qualified name to address the module or function associated with the context. + If the module or function can't be addressed by name, e.g., in case that a runtime generated eval-module is executed, this string is empty */ string Name; -- cgit