From 3e926736c7a1ec0a622ff446466113d9ccd8cb11 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 21 Jul 2015 04:52:14 -0500 Subject: Miscellaneous typos Change-Id: I5187364d420ab78c36a91632efab9c32951d867a --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odk/examples') 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(); -- cgit