summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-06 14:46:00 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-06 16:03:34 +0200
commite1e4efdc71d00ab2255b311cd420f929384ebbfa (patch)
tree79da006b755c700346d50835490915e81da4ed3b /odk
parent5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8 (diff)
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index 43b3d9851412..f91f7d8f7ecc 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -198,7 +198,7 @@ public class DocumentView extends JFrame
/**
* Create the view frame for showing the office documents on demand.
- * Dependend from given command line parameter we create
+ * Depending on given command line parameter we create
* an office XFrame and initialize it with a window. This
* window can be a pure toolkit window (means toolkit of office!)
* or a plugged java canvas - office window combination.