summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
index 7fd846983d74..ed900c7eb0f4 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
@@ -76,7 +76,7 @@ public class NativeView extends java.awt.Canvas
* Why here?
* Because the handle seems to be available for already visible windows
* only. So it's the best place to get it. Special helper method
- * can be called more then ones - but call native code one times only
+ * can be called more than ones - but call native code one times only
* and safe the handle and the system type on our members maHandle/maSystem!
*/
public void setVisible(boolean bState)