diff --git a/bridges/test/java_remote/Bug107753_Test.java b/bridges/test/java_remote/Bug107753_Test.java index 34e51126808d..46ff857a3248 100644 --- a/bridges/test/java_remote/Bug107753_Test.java +++ b/bridges/test/java_remote/Bug107753_Test.java @@ -32,7 +32,7 @@ import test.lib.TestBed; * *

Bug #107753# "Java UNO: Proxies should implement intuitive semantics of * equals and hashCode" requests that two proxies are equal iff they represent - * the same UNO object. This implies that if two proxies repsent the same UNO + * the same UNO object. This implies that if two proxies represent the same UNO * object, they must have the same hash code.

*/ public final class Bug107753_Test extends ComplexTestCase {