extensions/test/ole/AxTestComponents/Basic.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98b027860e3d12fe9db909b295b6ec5120524140
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 10 16:56:36 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 12 07:11:09 2019 +0200

    Fix typo
    
    Change-Id: I08c4f9dfd384a502626f3acd31e203626aea5943
    Reviewed-on: https://gerrit.libreoffice.org/73852
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/extensions/test/ole/AxTestComponents/Basic.cpp 
b/extensions/test/ole/AxTestComponents/Basic.cpp
index 2406ba12f0c7..8aad56e8af52 100644
--- a/extensions/test/ole/AxTestComponents/Basic.cpp
+++ b/extensions/test/ole/AxTestComponents/Basic.cpp
@@ -762,7 +762,7 @@ STDMETHODIMP CBasic::inMulDimArrayByte2(LPSAFEARRAY val)
     return S_OK;
 }
 
-// supports 2 and 3 dimensionals SAFEARRAY with elements of long or VARIANT
+// supports 2 and 3 dimensional SAFEARRAY with elements of long or VARIANT
 void CBasic::printMulArray( SAFEARRAY* val, VARTYPE type)
 {
     HRESULT hr= S_OK;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to