diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-30 17:36:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-30 17:36:57 +0200 |
commit | ca5e9c628132d1b57fc705f1844ffb6aaa2b4662 (patch) | |
tree | 6688757a62c3eb6e0b8c6434e8c3c58c79b2d034 /bridges | |
parent | bfc8185dd010fed0d149b976040be416dd7b674d (diff) |
Revert "Revert "Typo: repsent->represent""
This reverts commit 09b4cbe977c755a447f97034189b85998f358d79,
no good reason to revert the original commit in the first place.
Conflicts:
bridges/test/java_remote/Bug107753_Test.java
Change-Id: I6d3d50887460fd15080c46782c29a653c3684bec
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 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; * * <p>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.</p> */ public final class Bug107753_Test extends ComplexTestCase { |