summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:27:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:05:43 +0000
commit3063d55b8be2188532e3e2892f440ff0d481db71 (patch)
treebb0aea0c9002eca2bd7919b6729adaa1b613226d /extensions/source/ole
parentFix typos (diff)
downloadcore-3063d55b8be2188532e3e2892f440ff0d481db71.tar.gz
core-3063d55b8be2188532e3e2892f440ff0d481db71.zip
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/unoobjw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index d8d0d1944122..0262723d5eeb 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -578,7 +578,7 @@ static bool writeBackOutParameter2( VARIANTARG* pDest, VARIANT* pSource)
{
// We use IDispatchEx because its GetDispID function causes the creation
// of a property if it does not exist already. This is convenient for
- // out parameters in JScript. Then the user must not specify propery "0"
+ // out parameters in JScript. Then the user must not specify property "0"
// explicitly
CComQIPtr<IDispatchEx> spDispEx( spDispDest);
if( spDispEx)