summaryrefslogtreecommitdiff
path: root/sc/qa/complex/sc/CalcRTL.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/sc/CalcRTL.java')
-rw-r--r--sc/qa/complex/sc/CalcRTL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java
index e80c9213f05b..21832ef549ee 100644
--- a/sc/qa/complex/sc/CalcRTL.java
+++ b/sc/qa/complex/sc/CalcRTL.java
@@ -336,7 +336,7 @@ public class CalcRTL /* extends ComplexTestCase */
worked = checkResult(set, pName, oldValue, pValue, resValue,
exception);
} catch (Exception e) {
- System.out.println("Exception occured while testing property '" +
+ System.out.println("Exception occurred while testing property '" +
pName + "'");
e.printStackTrace();
worked = false;