From 7c7755473e41f28e78dc79b885f8a39783f64699 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:28:03 +0100 Subject: Fix typo "teh" -> "the" Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/examples') 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. -- cgit