[Libreoffice-commits] core.git: embeddedobj/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 23 18:33:07 UTC 2019
embeddedobj/test/Container1/NativeView.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cf9aa356fe15237112a94c24874d16c4184e9f80
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:13 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 23 20:31:28 2019 +0200
Fix typo
Change-Id: I2aa6ead1a1c369a7111af69e75d7bb86f97a1734
Reviewed-on: https://gerrit.libreoffice.org/72862
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/embeddedobj/test/Container1/NativeView.java b/embeddedobj/test/Container1/NativeView.java
index 2435e236d687..d94eeece1397 100644
--- a/embeddedobj/test/Container1/NativeView.java
+++ b/embeddedobj/test/Container1/NativeView.java
@@ -44,7 +44,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 override the method for showing ( "setVisible()" )
- * and make our initialization 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()
More information about the Libreoffice-commits
mailing list