summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /odk
parent78e9ba6febb7402d4661fbf7934a2526efc8629a (diff)
Fix typos in comments
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java b/odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java
index 60f46b54eca1..a8ae5f468417 100644
--- a/odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java
+++ b/odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java
@@ -50,7 +50,7 @@ interface IFormComponentAction
class ComponentTreeTraversal implements IFormComponentAction
{
/* ------------------------------------------------------------------ */
- /** Indicator method to decide wether to step down the tree.
+ /** Indicator method to decide whether to step down the tree.
<p>The default implementation checks if the container given is a grid
control model or a <service scope="com.sun.star.form">FormComponents</service>