diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 11:12:03 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:48:17 +0100 |
commit | 73ded2398e2e99f6604f6b76d4129163fffd462f (patch) | |
tree | f5124d7e3b7bdfe6e6610ce516560f22e368af25 /jurt | |
parent | 72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (diff) |
Fix typos
Change-Id: Id1a19f2c8b44131773d4d5270a607c1907b16597
Reviewed-on: https://gerrit.libreoffice.org/48684
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/java/java_environment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java b/jurt/com/sun/star/lib/uno/environments/java/java_environment.java index 6e6a35a8a905..89e4b10880ca 100644 --- a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java +++ b/jurt/com/sun/star/lib/uno/environments/java/java_environment.java @@ -140,7 +140,7 @@ public final class java_environment implements IEnvironment { // Java side, and recorded in the java_environment. The same OID is then // bridged in over another bridge B. If there were only one // java_environment shared by both bridges, the proxy from bridge A would be - // reused. If now bridge A is taken down programatically (e.g., because + // reused. If now bridge A is taken down programmatically (e.g., because // some controlling code somehow deduced that no objects are mapped over // that bridge any longer), but the proxy is still used by bridge B, using // the proxy would now result in errors. The explicit API to control |