diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-15 20:04:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-15 22:29:00 +0100 |
commit | b846d11fed926864a80183f4572016946fa6fdc5 (patch) | |
tree | f709e5e082fe26fef5bcd7ea03773afc7aa789f6 | |
parent | c5f6043b0f2c4cb521e8694dbf3dd355042fd704 (diff) |
Fix typos
Change-Id: I061839727b3fd078284117fca3ea53413af7bcf0
Reviewed-on: https://gerrit.libreoffice.org/46574
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sal/rtl/strimp.cxx | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/lang/RegistryServiceManager.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/strimp.cxx b/sal/rtl/strimp.cxx index a739bda8f155..ed0d333639d2 100644 --- a/sal/rtl/strimp.cxx +++ b/sal/rtl/strimp.cxx @@ -109,7 +109,7 @@ void SAL_CALL rtl_alloc_preInit (sal_Bool start) SAL_THROW_EXTERN_C() rtl_allocateString = rtl_allocateMemory; rtl_freeString = rtl_freeMemory; - // TODO: also re-intialize main allocator as well. + // TODO: also re-initialize main allocator as well. } } diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl index f0b0b7a0dbae..bae17cc68ea4 100644 --- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl +++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl @@ -48,7 +48,7 @@ published service RegistryServiceManager */ service com::sun::star::lang::ServiceManager; - /** The first two arguments of the intitialization arguments reference: + /** The first two arguments of the initialization arguments reference: <ol> <li>a simple registry (com::sun::star::registry::XSimpleRegistry), |