summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamComposer.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesComposer.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceCreator.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceManager.java2
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceRemover.java2
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()).