diff options
Diffstat (limited to 'odk/examples')
-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; |