diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:42:13 +0200 |
commit | 09b4cbe977c755a447f97034189b85998f358d79 (patch) | |
tree | e459cecb503f3de8550c078e01a4a3634ca3fb5f /bridges | |
parent | 262dbabe8e07f60d55461ab3fb2c26d37b86a311 (diff) |
Revert "Typo: repsent->represent"
This reverts commit 338161a41d6e01b8e8d8752d9a38cc5c7a63f288.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/java_remote/Bug107753_Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/java_remote/Bug107753_Test.java b/bridges/test/java_remote/Bug107753_Test.java index 8dc4e5f9484f..c83d5f1958f7 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; * * <p>Bug #107753# "Java UNO: Proxies should implement intuitive semantics of * equals and hashCode" requests that two proxies are equal if they represent - * the same UNO object. This implies that if two proxies represent the same UNO + * the same UNO object. This implies that if two proxies repsent the same UNO * object, they must have the same hash code.</p> */ public final class Bug107753_Test extends ComplexTestCase { |