summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchDescriptor.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchDescriptor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl
index f3b3867695f3..71b3ae345a6a 100644
--- a/offapi/com/sun/star/frame/DispatchDescriptor.idl
+++ b/offapi/com/sun/star/frame/DispatchDescriptor.idl
@@ -41,9 +41,9 @@
has to be loaded into a specified frame
<p>
- For a normal dispatch calls all needed parameters are seperated.
+ For a normal dispatch calls all needed parameters are separated.
For optimized remote functionality <member>XDispatch::queryDispatches()</member>
- it's neccessary to pack these parameters in a flat structure wich can be used
+ it's necessary to pack these parameters in a flat structure which can be used
in a simple manner.
</p>
@@ -67,7 +67,7 @@ published struct DispatchDescriptor
/** name of the target frame
<p>
- Special targets (e.g. "_blank", "_self") or realy existing target names can be used.
+ Special targets (e.g. "_blank", "_self") or really existing target names can be used.
</p>
@see XDispatchProvider::queryDispatch()