diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:50:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 18:18:36 +0200 |
commit | a33a8f221626bb833cae5c916f096c12a4226f77 (patch) | |
tree | 9579ddcae3b8aac26bfb749f55ba434ec8fb0964 /odk | |
parent | d0d87244eefc19e6ea6762a029b6ced036faec90 (diff) |
Fix typos
Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'odk')
4 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile index e85570b49555..fb1edb6b8fbb 100644 --- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile +++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile @@ -32,7 +32,7 @@ # #************************************************************************** -# Builds the ProtoclHandlerAddon Java component example of the SDK. +# Builds the ProtocolHandlerAddon Java component example of the SDK. PRJ=../../../../.. SETTINGS=$(PRJ)/settings diff --git a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java index b2108db18deb..5061a4b3668f 100644 --- a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java @@ -126,7 +126,7 @@ public class ControlAndSelectDemo XController xController = xModel.getCurrentController(); XSelectionSupplier xSelectionSupplier =UnoRuntime.queryInterface( XSelectionSupplier.class, xController ); // take care to use the global service factory only and not the one - // that is provided by the component if you create the ShapeColletion + // that is provided by the component if you create the ShapeCollection XShapes xSelection = UnoRuntime.queryInterface( XShapes.class, xOfficeContext.getServiceManager().createInstanceWithContext( "com.sun.star.drawing.ShapeCollection", xOfficeContext ) ); diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile index b4179de724b2..5b0462b25e05 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile @@ -32,7 +32,7 @@ # #************************************************************************** -# Builds the OfficeDevDestopEnvironment example of the Developers Guide. +# Builds the OfficeDevDesktopEnvironment example of the Developers Guide. PRJ=../../../.. SETTINGS=$(PRJ)/settings diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java index 5caef5445a15..77c0424f5e4a 100644 --- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java +++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java @@ -375,7 +375,7 @@ final class InstallationFinder { } /** - * Gets the installation path from the .sverionrc file in the user's home + * Gets the installation path from the .sversionrc file in the user's home * directory. * * <p>This method is called on Unix/Linux platforms only. |