diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-21 04:52:14 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-21 04:53:48 -0500 |
commit | 3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch) | |
tree | bcbfa6d33e8e028f32f9d2441f50fe969307c512 /odk | |
parent | 34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff) |
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java index efd057f8d189..30892dde7a2b 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java @@ -141,11 +141,11 @@ public class NativeView extends java.awt.Canvas * windows in a java UI container. * * Note: - * Native code for windows register special function pointer to handle - * window messages ... But if it doesn't check for an already registered + * Native code for Windows registers a special function pointer to handle + * window messages... But if it doesn't check for an already-registered * instance of this handler it will do it twice and produce a stack overflow - * because such method call herself in a never ending loop ... - * So we try to use the JNI code one time only and save already getted + * because such method calls itself in a never-ending loop... + * So we try to use the JNI code one time only and save already-obtained * information inside this class. */ public native int getNativeWindowSystemType(); |