diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:04:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:04:17 +0100 |
commit | f1a73892b3c4d2218a4b2941f6fc45d892f66d39 (patch) | |
tree | 7aa7cd490d6f756c0176fe4f9cf367cb0a0a2f4b /qadevOOo | |
parent | 36774806da0f23897ff9c0b619bf17068d2213cd (diff) |
Typo: apropriate -> appropriate
Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index bffd56837d7f..6d22968f313b 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -467,7 +467,7 @@ public class MultiPropertyTest extends MultiMethodTest * The method compares obj1 and obj2. It calls * MultiPropertyTest.compare, but subclasses can override to change * the behaviour, since normally compare calls Object.equals method - * which is not apropriate in some cases(e.g., structs with equals + * which is not appropriate in some cases(e.g., structs with equals * not overridden). */ protected boolean compare(Object obj1, Object obj2) |