From 2d0c4cd6dc90d6a39e37fa286cee5f5c9e4d3994 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 14:12:59 +0100 Subject: Typo: reqired->required Change-Id: I22b5ad47ba76da9b00e9a69bcfbc00befc369fe6 --- extensions/source/ole/unoobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source') diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 1ad58f9a0e02..fe84f5d35c09 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -326,7 +326,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/, // Normal JScript object parameter can be mixed with JScriptValue object. If an // VARIANT contains an VT_DISPATCH that is no JScriptValue than the type information -// is used to find out about the reqired type. +// is used to find out about the required type. void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id, unsigned short /*wFlags*/, DISPPARAMS* pdispparams, Sequence& rSeq) { -- cgit