diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:42:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:50:54 +0100 |
commit | 19e519593c940fbbf953b7d0ff6d7c86707f39e2 (patch) | |
tree | 7b66e43d6a5d192450249418c258e0bd5d9f1d91 /include/rtl | |
parent | db8085636aec89205fdc944ec55ef11645705a97 (diff) |
Fix typos
Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc
Reviewed-on: https://gerrit.libreoffice.org/47161
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h index 83babccb9e70..9f8dfc1f992e 100644 --- a/include/rtl/alloc.h +++ b/include/rtl/alloc.h @@ -294,7 +294,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_cache_free ( * This is used to control the pre-init logic * in rtl_alloc_preInit. The reason for this is * to first initialize all caching and other memory - * logic from WSD (the Online demaon) at startup. + * logic from WSD (the Online daemon) at startup. * All these pages will then be forked over when * spawning per-document instances. This is done * by calling rtl_alloc_preInit with rtlAllocPreInitStart. |