summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/component_context.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-05 09:17:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-05 10:11:33 +0200
commit146033f5da8ee588c9a4dda93aba64477e174541 (patch)
tree99fc84a0f5ee143c5c2da55633dc6d3e39af897c /include/cppuhelper/component_context.hxx
parentclang-tidy performance-unnecessary-value-param (diff)
downloadcore-146033f5da8ee588c9a4dda93aba64477e174541.tar.gz
core-146033f5da8ee588c9a4dda93aba64477e174541.zip
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 'include/cppuhelper/component_context.hxx')
-rw-r--r--include/cppuhelper/component_context.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx
index a8dca83861d5..bd52ce92d9f0 100644
--- a/include/cppuhelper/component_context.hxx
+++ b/include/cppuhelper/component_context.hxx
@@ -37,7 +37,7 @@ struct SAL_WARN_UNUSED ContextEntry_Init
/** late init denotes a object that will be raised when first get() is calling for it
The context implementation expects either a css::lang::XSingleComponentFactory
- object as value (to instanciate the object) or a string as value for raising
+ object as value (to instantiate the object) or a string as value for raising
a service via the used service manager.
*/
bool bLateInitService;