Skip to content

Commit c297d33

Browse files
authored
misc: fix more typos (#460)
* misc: fix more typos * Regenerate ignored words list codespell.txt
1 parent 6ed76c6 commit c297d33

29 files changed

Lines changed: 30 additions & 48 deletions

File tree

.github/linters/codespell.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,27 +1268,9 @@ iiterator
12681268
illigal
12691269
imaghe
12701270
imapge
1271-
imediatly
1272-
imlementation
1273-
immedeately
12741271
immediat
1275-
immediatlly
1276-
immeditaly
1277-
immeditately
1278-
immidiate
1279-
impelmentation
1280-
impementation
1281-
impemented
12821272
implace
12831273
implcit
1284-
implemantation
1285-
implememetation
1286-
implememntation
1287-
implememtation
1288-
implemenatation
1289-
implementaiton
1290-
implementantions
1291-
implementataion
12921274
implementator
12931275
implementes
12941276
implemention

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/java/OOoRunner/src/main/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/java/OOoRunner/src/main/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/java/OOoRunner/src/main/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/java/OOoRunner/src/main/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/java/OOoRunner/src/main/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>

0 commit comments

Comments
 (0)