diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-02 19:47:20 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-05 06:48:38 +0000 |
commit | 534b2a4b58ba765dbc256d6297e33453524915e2 (patch) | |
tree | 68524baff923ce094392f49e0f263ae0d35f80e9 /odk | |
parent | 7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (diff) |
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
Reviewed-on: https://gerrit.libreoffice.org/21797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'odk')
9 files changed, 9 insertions, 9 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java index 30892dde7a2b..28cd4ef700fb 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java @@ -57,7 +57,7 @@ public class NativeView extends java.awt.Canvas * Does nothing really. * We can use our JNI mechanism for an already visible * canvas only. So we override the method for showing ("setVisible()") - * and make our intialization there. BUt we try to show an empty clean + * and make our initialization there. But we try to show an empty clean * window till there. */ public NativeView() diff --git a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java index 42f0689f5320..687135393645 100644 --- a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java +++ b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java @@ -61,7 +61,7 @@ public class ChildrenRetriever { /** * Constructor. Create a new connection with the specific args to a running office * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -propNames=... (optional) * See Help (method printCmdLineUsage()). diff --git a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java index dad05c1153e4..80d6fb5b4c73 100644 --- a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java +++ b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java @@ -53,7 +53,7 @@ public class DataStreamComposer { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -srcURL=... (optional) * -workdir=... (optional) diff --git a/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java index f25e6cd0fd56..83c856c6ca2f 100644 --- a/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java +++ b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java @@ -53,7 +53,7 @@ public class DataStreamRetriever { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * See Help (method printCmdLineUsage()). * Without the arguments a new connection to a diff --git a/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java index 20d2f6c5a9a9..90f3e38b50aa 100644 --- a/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java +++ b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java @@ -55,7 +55,7 @@ public class PropertiesComposer { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -propNames=... (optional) * -propValues=... (optional) diff --git a/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java b/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java index 0b984907ab77..ceb61c725597 100644 --- a/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java +++ b/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java @@ -57,7 +57,7 @@ public class PropertiesRetriever { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -propNames=... (optional) * See Help (method printCmdLineUsage()). diff --git a/odk/examples/DevelopersGuide/UCB/ResourceCreator.java b/odk/examples/DevelopersGuide/UCB/ResourceCreator.java index 4279f94a1300..486f24c9937c 100644 --- a/odk/examples/DevelopersGuide/UCB/ResourceCreator.java +++ b/odk/examples/DevelopersGuide/UCB/ResourceCreator.java @@ -57,7 +57,7 @@ public class ResourceCreator { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -name=... (optional) * -srcURL=... (optional) diff --git a/odk/examples/DevelopersGuide/UCB/ResourceManager.java b/odk/examples/DevelopersGuide/UCB/ResourceManager.java index 26154f07c1ae..da8a6425ec99 100644 --- a/odk/examples/DevelopersGuide/UCB/ResourceManager.java +++ b/odk/examples/DevelopersGuide/UCB/ResourceManager.java @@ -55,7 +55,7 @@ public class ResourceManager { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -targetFolderURL=... (optional) * -newTitle=... (optional) diff --git a/odk/examples/DevelopersGuide/UCB/ResourceRemover.java b/odk/examples/DevelopersGuide/UCB/ResourceRemover.java index b55bbae7fe4e..9f63bdf64d5d 100644 --- a/odk/examples/DevelopersGuide/UCB/ResourceRemover.java +++ b/odk/examples/DevelopersGuide/UCB/ResourceRemover.java @@ -47,7 +47,7 @@ public class ResourceRemover { /** * Constructor. * - *@param args This construtor requires the arguments: + *@param args This constructor requires the arguments: * -url=... (optional) * -workdir=... (optional) * See Help (method printCmdLineUsage()). |