summaryrefslogtreecommitdiff
path: root/include/cppuhelper/factory.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/factory.hxx
parent17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (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 'include/cppuhelper/factory.hxx')
-rw-r--r--include/cppuhelper/factory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 90d80cb3df02..21ae8e27b814 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -159,7 +159,7 @@ createOneInstanceComponentFactory(
css::uno::Sequence< ::rtl::OUString > const & rServiceNames,
rtl_ModuleCount * pModCount = NULL );
-/** Deprecated. The type of the instanciate function used as argument of the create*Factory functions.
+/** Deprecated. The type of the instantiate function used as argument of the create*Factory functions.
@see createSingleFactory
@see createOneInstanceFactory