summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 8637be10e42d..4aff6b8fa5a7 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -123,7 +123,7 @@ published interface XPopupMenu: XMenu
<p>The KeyEvent is <b>only</b> used as a container to transport
the shortcut information, this methods only draws the text corresponding to
this keyboard shortcut. The client code is responsible for listening to
- keyboard events (typicaly done via XUserInputInterception),
+ keyboard events (typically done via XUserInputInterception),
and dispatch the respective command.</p>
@param nItemId
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index d38487d8193e..ca92c1575211 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -42,7 +42,7 @@ interface XMutableGridDataModel;
in this column is taken into account. Further read requests to this column will assume that all non-`VOID` data is of
the same type.</p>
- <p>Consequently, you cannot use this service with data sets containing heterogenous data in a given column.</p>
+ <p>Consequently, you cannot use this service with data sets containing heterogeneous data in a given column.</p>
<p>All requests made via the XMutableGridDataModel are delegated to the <code>XMutableGridDataModel</code>
instance passed in the service constructor.</p>