diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-05-28 16:13:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-29 10:43:24 +0200 |
commit | 4b373ef7f5fecc9a90e0e3cb90f297bc1101afef (patch) | |
tree | 5639a885ec06e815c0e4862367116f84595e8479 /qadevOOo/tests | |
parent | 14e163b0caf97addf340aefc5760a9031ec98390 (diff) |
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java index 1c8028fee64e..5befa68df01b 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java @@ -246,7 +246,7 @@ public class _XPropertyContainer extends MultiMethodTest { exp=false; try { - log.println("remove not removeable property '" + propertyNotRemovable + "'") ; + log.println("remove not removable property '" + propertyNotRemovable + "'") ; oObj.removeProperty(propertyNotRemovable); } catch (NotRemoveableException ex) { log.println("OK: expected Exception was thrown: " + ex.toString()); |