summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-11 12:37:03 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-13 15:27:24 +0000
commit806bec7107c426d0d05ceabd82da159e75d7f5ed (patch)
treea0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /udkapi
parent4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff)
Fix typos in comments
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/script/ContextInformation.idl4
1 files changed, 2 insertions, 2 deletions
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;