Skip to content

Commit c20c941

Browse files
jbamptonPilot-Pirx
authored andcommitted
misc: fix more typos (#460)
* misc: fix more typos * Regenerate ignored words list codespell.txt (cherry picked from commit c297d33)
1 parent 46e1ba8 commit c20c941

28 files changed

Lines changed: 30 additions & 30 deletions

File tree

main/extensions/source/propctrlr/composeduiupdate.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ namespace pcr
577577
//============================================================
578578
//= DefaultStringKeyBooleanUIUpdate
579579
//============================================================
580-
/** an implementaiton of the ->IStringKeyBooleanUIUpdate interface which calls
580+
/** an implementation of the ->IStringKeyBooleanUIUpdate interface which calls
581581
am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag
582582
*/
583583
class DefaultStringKeyBooleanUIUpdate : public IStringKeyBooleanUIUpdate

main/framework/source/dispatch/oxt_handler.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Oxt_Handler::~Oxt_Handler()
178178
Playing of sound is asynchron every time.
179179
180180
@attention We must hold us alive by ourself ... because we use async. vcl sound player ... but playing is started
181-
in async interface call "dispatch()" too. And caller forget us imediatly. But then our uno ref count
181+
in async interface call "dispatch()" too. And caller forget us immediately. But then our uno ref count
182182
will decreased to 0 and will die. The only solution is to use own reference to our implementation.
183183
But we do it for really started jobs only and release it during call back of vcl.
184184

main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import com.sun.star.uno.Type;
2828

2929
// TestComponentB implements all necessary interfaces self, this is only
30-
// for demonstration. More convenient is to use the impelmentation WeakBase or
30+
// for demonstration. More convenient is to use the implementation WeakBase or
3131
// ComponentBase, see implementation of TestComponentA.
3232
public class TestComponentB implements XTypeProvider, XServiceInfo, XSomethingB {
3333
static final String __serviceName= "com.sun.star.test.SomethingB";

main/offapi/com/sun/star/ucb/ContentResultSet.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ published service ContentResultSet
217217
/** can be implemented to provide a complete JDBC conform result set
218218
interface for the implementation of this service.
219219

220-
<p>The implememtation of this service is optional.
220+
<p>The implementation of this service is optional.
221221
*/
222222
service com::sun::star::sdbc::ResultSet;
223223
};

main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void _activate() {
157157
if (factory == null) {
158158
log.println("activate() returns null - FAILED.");
159159
} else {
160-
log.println("Activated impementation doesn't support "+
160+
log.println("Activated implementation doesn't support "+
161161
"XServiceInfo - FAILED.");
162162
}
163163
ok = false ;

main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* <ul>
4141
* <li> <code>'CachedContentResultSetStub'</code> (of type
4242
* <code>com.sun.star.sdbc.XResultSet</code>):
43-
* this must be an imlementation of <code>
43+
* this must be an implementation of <code>
4444
* com.sun.star.ucb.CachedContentResultSetStub</code> service.</li>
4545
* <ul> <p>
4646
* Test is <b> NOT </b> multithread compliant. <p>

main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* <ul>
4141
* <li> <code>'ContentResultSet'</code> (of type
4242
* <code>com.sun.star.sdbc.XResultSet</code>):
43-
* this must be an imlementation of <code>
43+
* this must be an implementation of <code>
4444
* com.sun.star.ucb.ContentResultSet</code> service.</li>
4545
* <ul> <p>
4646
* Test is <b> NOT </b> multithread compliant. <p>

main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* <ul>
4242
* <li> <code>'CachedDynamicResultSetStub'</code> (of type
4343
* <code>com.sun.star.sdbc.XDynamicResultSet</code>):
44-
* this must be an imlementation of <code>
44+
* this must be an implementation of <code>
4545
* com.sun.star.ucb.CachedDynamicResultSetStub</code> service.</li>
4646
* <ul> <p>
4747
* Test is <b> NOT </b> multithread compliant. <p>

main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* <ul>
4646
* <li> <code>'DynamicResultSet'</code> (of type
4747
* <code>com.sun.star.sdbc.XDynamicResultSet</code>):
48-
* this must be an imlementation of <code>
48+
* this must be an implementation of <code>
4949
* com.sun.star.ucb.DynamicResultSet</code> service.</li>
5050
* <ul> <p>
5151
* Test is <b> NOT </b> multithread compliant. <p>

main/registry/inc/registry/reflread.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "registry/registrydllapi.h"
3030
#include <rtl/ustring.hxx>
3131

32-
/// Implememetation handle
32+
/// Implementation handle
3333
typedef void* TypeReaderImpl;
3434

3535
/****************************************************************************

0 commit comments

Comments
 (0)