diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 09:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 10:11:33 +0200 |
commit | 146033f5da8ee588c9a4dda93aba64477e174541 (patch) | |
tree | 99fc84a0f5ee143c5c2da55633dc6d3e39af897c /jurt | |
parent | 17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (diff) |
spelling instanciate -> instantiate
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
Reviewed-on: https://gerrit.libreoffice.org/38401
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 0ee13e9070dc..3d06da79b62b 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -95,7 +95,7 @@ public class ServiceManager implements XMultiServiceFactory, * Creates a new instance of a specified service. * * <p>Therefore the associated factory of the service is looked up and used - * to instanciate a new component. </p> + * to instantiate a new component. </p> * * @param serviceSpecifier indicates the service or component name. * @return newly created component. @@ -113,7 +113,7 @@ public class ServiceManager implements XMultiServiceFactory, * Creates a new instance of a specified service with the given parameters. * * <p>Therefore the associated factory of the service is looked up and used - * to instanciate a new component.</p> + * to instantiate a new component.</p> * * @return newly created component. * @param serviceSpecifier indicates the service or component name. |