summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java b/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
index 3b6d0865696d..0f23744a759c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
@@ -169,7 +169,7 @@ public class ScCellRangeObj extends TestCase {
XPropertySet.class, oObj);
tEnv.addObjRelation("PropSet", PropSet);
- // XSearchable: Add a cell to make a seacrchable entry
+ // XSearchable: Add a cell to make a searchable entry
try {
tEnv.addObjRelation("XSearchable.MAKEENTRYINCELL", new XCell[] {
testRange.getCellByPosition(0,0), testRange.getCellByPosition(0,1)});