diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-17 12:49:35 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-17 12:49:35 -0500 |
commit | 4b70f9b9354895efff151f323aef687a72c3d8f3 (patch) | |
tree | da4dabcd1fd29daa3550bf54cfa73a2cff624141 /udkapi/com | |
parent | 3e17ed1fc2845da5a279d21ffa3ea51d637e515e (diff) |
Typo: “documention” → “documentation”
Change-Id: Iff1ca19744b661d3595e53f357b1b37e4f5a30b6
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/uno/XInterface.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index 483b2e721566..ce006a593519 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -36,7 +36,7 @@ <p> Deriving from this interface is mandatory for all UNO interfaces. <p> Each language binding (Java, C++, StarBasic, Python, ... ) may provide a different mapping of this interface, please look into the language - dependent documention. + dependent documentation. <p> The UNO object does not export the state of the reference count (acquire() and release() do not have return values). In general, also the UNO object itself |