diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:08:04 +0100 |
commit | 9036f75064ad70c993b4640442ea499495842e16 (patch) | |
tree | c6b5aeda8ae00686b056959b79325c48a9c3522b /odk/examples/java | |
parent | 405e98a9268ccc45096f52732b7d30d9eb3ee744 (diff) |
Fix typo
Change-Id: I387f408aefc30132a65088bec05c733346e9d5a4
Reviewed-on: https://gerrit.libreoffice.org/84486
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/java')
-rw-r--r-- | odk/examples/java/Inspector/InstanceInspector.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/InstanceInspector.idl b/odk/examples/java/Inspector/InstanceInspector.idl index f220aab6efb4..81b3961703c5 100644 --- a/odk/examples/java/Inspector/InstanceInspector.idl +++ b/odk/examples/java/Inspector/InstanceInspector.idl @@ -44,7 +44,7 @@ module org { module openoffice { /** * This service describes an instance inspector which can inspect * UNO objects and provides information about the implemented - * interfaces, the supported services and properties of this onject. + * interfaces, the supported services and properties of this object. */ service InstanceInspector: XInstanceInspector; |