This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit b67b20c1f5af553455873fd06499a041fe39c5a9 Author: John Bampton <jbamp...@gmail.com> AuthorDate: Fri Feb 14 02:15:59 2025 +1000 Fix spelling (cherry picked from commit 289f954bd589f8d7f8fc0f22eb684321630a5c5e) --- main/embeddedobj/test/Container1/NativeView.java | 2 +- .../DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/embeddedobj/test/Container1/NativeView.java b/main/embeddedobj/test/Container1/NativeView.java index 5f5ea4746d..fa541db4ca 100644 --- a/main/embeddedobj/test/Container1/NativeView.java +++ b/main/embeddedobj/test/Container1/NativeView.java @@ -123,7 +123,7 @@ public class NativeView extends java.awt.Canvas /** * JNI interface of this class - * These two methods are implemented by using JNI mechanismen. + * These two methods are implemented by using JNI mechanism. * The will be used to get the platform dependent window handle * of a java awt canvas. This handle can be used to create an office * window as direct child of it. So it's possible to plug Office diff --git a/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java index 2234764e10..de6d92099c 100644 --- a/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java +++ b/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java @@ -50,7 +50,7 @@ public class NativeView extends java.awt.Canvas * Does nothing really. * We can use our JNI mechanism for an already visible * canvas only. So we overload the method for showing ("setVisible()") - * and make our intialization there. BUt we try to show an empty clean + * and make our initialization there. BUt we try to show an empty clean * window till there. */ public NativeView() @@ -122,7 +122,7 @@ public class NativeView extends java.awt.Canvas /** * JNI interface of this class - * These two methods are implemented by using JNI mechanismen. + * These two methods are implemented by using JNI mechanism. * The will be used to get the platform dependent window handle * of a java awt canvas. This handle can be used to create an office * window as direct child of it. So it's possible to plug Office