From 395b52a05d54074f79d073fc25d64057a529f5c2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 11 Jun 2018 11:27:22 +0200 Subject: Fix typo Change-Id: I22eb441313c2f06ecbbbe86a8b2c4dc602861cff Reviewed-on: https://gerrit.libreoffice.org/55611 Reviewed-by: Julien Nabet Tested-by: Jenkins --- extensions/source/ole/unoobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index e81d8027d4be..9c7f6d4b0ae6 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1078,7 +1078,7 @@ STDMETHODIMP InterfaceOleWrapper::GetIDsOfNames(REFIID /*riid*/, sNames += "["; for (unsigned int i = 0; i < cNames; ++i) { - // Intialise returned rgdispid values. + // Initialise returned rgdispid values. rgdispid[i] = DISPID_UNKNOWN; if (i > 0) sNames += ","; -- cgit v1.2.3