summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/OFileControlModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFileControlModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
index a7667c424315..931e1fc167fc 100644
--- a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
@@ -173,7 +173,7 @@ public class OFileControlModel extends TestCase {
aShape.setSize(size);
aShape.setPosition(position);
} catch (com.sun.star.uno.Exception e) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
log.println("Couldn't create a component " + e);
throw new StatusException(Status.failed("Can't create component"));
}