diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-04 23:07:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 17:58:20 +0200 |
commit | ac341548dc45fedee5a8d8544afeff6c0e142aa5 (patch) | |
tree | 59b00646a89e6d64b18cf52dbbe13154b97e28e0 /include/cppuhelper | |
parent | 89f038765a36a938961863efea2e0e07515f44d6 (diff) |
Fix typos
Change-Id: I9eb05432732a04e816946fbb13001df100a31f73
Reviewed-on: https://gerrit.libreoffice.org/38395
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/factory.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx index 21ae8e27b814..062252e92f4e 100644 --- a/include/cppuhelper/factory.hxx +++ b/include/cppuhelper/factory.hxx @@ -129,7 +129,7 @@ typedef css::uno::Reference< css::uno::XInterface >( /** Creates a single component factory supporting the XSingleComponentFactory interface. - @param fptr function pointer for instanciating the object + @param fptr function pointer for instantiating the object @param rImplementationName implementation name of service @param rServiceNames supported services @param pModCount a backwards-compatibility remainder of a removed library @@ -144,7 +144,7 @@ SAL_CALL createSingleComponentFactory( /** Creates a single service factory which holds the instance created only once. - @param fptr function pointer for instanciating the object + @param fptr function pointer for instantiating the object @param rImplementationName implementation name of service @param rServiceNames supported services @param pModCount a backwards-compatibility remainder of a removed library |