diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index c77096d2a5d..ffd88df450e 100644 --- a/.github/linters/codespell.txt +++ b/.github/linters/codespell.txt @@ -1268,27 +1268,9 @@ iiterator illigal imaghe imapge -imediatly -imlementation -immedeately immediat -immediatlly -immeditaly -immeditately -immidiate -impelmentation -impementation -impemented implace implcit -implemantation -implememetation -implememntation -implememtation -implemenatation -implementaiton -implementantions -implementataion implementator implementes implemention diff --git a/main/extensions/source/propctrlr/composeduiupdate.cxx b/main/extensions/source/propctrlr/composeduiupdate.cxx index 316c10a92a5..2262b43c4a7 100644 --- a/main/extensions/source/propctrlr/composeduiupdate.cxx +++ b/main/extensions/source/propctrlr/composeduiupdate.cxx @@ -577,7 +577,7 @@ namespace pcr //============================================================ //= DefaultStringKeyBooleanUIUpdate //============================================================ - /** an implementaiton of the ->IStringKeyBooleanUIUpdate interface which calls + /** an implementation of the ->IStringKeyBooleanUIUpdate interface which calls am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag */ class DefaultStringKeyBooleanUIUpdate : public IStringKeyBooleanUIUpdate diff --git a/main/framework/source/dispatch/oxt_handler.cxx b/main/framework/source/dispatch/oxt_handler.cxx index 5167e47c1b6..d5f85eb7472 100644 --- a/main/framework/source/dispatch/oxt_handler.cxx +++ b/main/framework/source/dispatch/oxt_handler.cxx @@ -178,7 +178,7 @@ Oxt_Handler::~Oxt_Handler() Playing of sound is asynchron every time. @attention We must hold us alive by ourself ... because we use async. vcl sound player ... but playing is started - in async interface call "dispatch()" too. And caller forget us imediatly. But then our uno ref count + in async interface call "dispatch()" too. And caller forget us immediately. But then our uno ref count will decreased to 0 and will die. The only solution is to use own reference to our implementation. But we do it for really started jobs only and release it during call back of vcl. diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java b/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java index c3bfe912f59..d93f7880f69 100644 --- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java +++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java @@ -27,7 +27,7 @@ import com.sun.star.uno.Type; // TestComponentB implements all necessary interfaces self, this is only -// for demonstration. More convenient is to use the impelmentation WeakBase or +// for demonstration. More convenient is to use the implementation WeakBase or // ComponentBase, see implementation of TestComponentA. public class TestComponentB implements XTypeProvider, XServiceInfo, XSomethingB { static final String __serviceName= "com.sun.star.test.SomethingB"; diff --git a/main/offapi/com/sun/star/ucb/ContentResultSet.idl b/main/offapi/com/sun/star/ucb/ContentResultSet.idl index 42d914d297d..1c605ba2f00 100644 --- a/main/offapi/com/sun/star/ucb/ContentResultSet.idl +++ b/main/offapi/com/sun/star/ucb/ContentResultSet.idl @@ -217,7 +217,7 @@ published service ContentResultSet /** can be implemented to provide a complete JDBC conform result set interface for the implementation of this service. -

The implememtation of this service is optional. +

The implementation of this service is optional. */ service com::sun::star::sdbc::ResultSet; }; diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/_XImplementationLoader.java b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/_XImplementationLoader.java index c5a2d3b6096..63a3bdb2ecf 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/_XImplementationLoader.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/_XImplementationLoader.java @@ -157,7 +157,7 @@ public void _activate() { if (factory == null) { log.println("activate() returns null - FAILED."); } else { - log.println("Activated impementation doesn't support "+ + log.println("Activated implementation doesn't support "+ "XServiceInfo - FAILED."); } ok = false ; diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCachedContentResultSetFactory.java b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCachedContentResultSetFactory.java index e8a162b45cf..fd4b1473cd4 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCachedContentResultSetFactory.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCachedContentResultSetFactory.java @@ -40,7 +40,7 @@ *