summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:55 +0100
commit7c7755473e41f28e78dc79b885f8a39783f64699 (patch)
tree1e807ab11b99e86166454fbd0080109b6e9da4ec /odk
parent8655095a4910ca795dfd182e6796d9375727a694 (diff)
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
index 356ee0772791..4bce41405dbf 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
@@ -139,7 +139,7 @@ public class ViewContainer extends Thread
// We use a system.exit() to finish the whole application.
// And further we have registered THIS instance as a possible shutdown
// hook at the runtime class. So our run() method will be called.
- // Teh our view container should be empty - but
+ // Our view container should be empty - but
// our listener container can include some references.
// These objects wich to be informed then and release e.g. some
// remote references.