summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
commit180271e987de9b80b4ecd826df960353b036b9fd (patch)
treed136ef489bf9e2c4cb75a11ac6b29478be22a26c /qadevOOo
parent10eaaac020e32f0bbb3869cecee94df0955b6a3b (diff)
Fix typo
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XButton.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XButton.java b/qadevOOo/tests/java/ifc/awt/_XButton.java
index f26f925ccea9..c9ea36e60459 100644
--- a/qadevOOo/tests/java/ifc/awt/_XButton.java
+++ b/qadevOOo/tests/java/ifc/awt/_XButton.java
@@ -99,7 +99,7 @@ public class _XButton extends MultiMethodTest {
public void _setActionCommand() {
boolean result = true ;
- oObj.setActionCommand("XButtonComand") ;
+ oObj.setActionCommand("XButtonCommand") ;
tRes.tested("setActionCommand()", result) ;
}