diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-15 16:11:25 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 07:39:52 +0200 |
commit | a179305c35125f2a3a5388c753fd5419150f52b3 (patch) | |
tree | 6ff0a36bc533b556bcd428976a44e58c4c9f7eab /extensions/test | |
parent | 3feaff84fafc23c26ff9c6a716709f17a6c8330b (diff) |
Fix typos
Information is always singular
Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460
Reviewed-on: https://gerrit.libreoffice.org/75645
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/ole/callUnoToJava.htm | 2 | ||||
-rw-r--r-- | extensions/test/ole/cpnt/cpnt.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm index 3b9bf1b2f552..b309ee740a49 100644 --- a/extensions/test/ole/callUnoToJava.htm +++ b/extensions/test/ole/callUnoToJava.htm @@ -139,7 +139,7 @@ function callOleTest( id) break; // Call a COM object that has not been passed as parameter to a UNO component and - // hence no type information are available in the COM wrapper + // hence no type information is available in the COM wrapper // case 300: // Attributes diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 055242cc5218..5ef2e052e563 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -1719,7 +1719,7 @@ void SAL_CALL OComponent::testInterface( const Reference< XCallback >& xCallbac // ############################################################################ // Call a COM object that has not been passed as parameter to a UNO component and - // hence no type information are available in the COM wrapper + // hence no type information is available in the COM wrapper // ############################################################################ case 300: { |