diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:19:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:19:59 +0100 |
commit | b33788cb6b6d91657ea21eda8cb4925c4b628045 (patch) | |
tree | 37af0f29790b58d0d443b267e5cc0b2bcb6bde29 /sc/qa/complex | |
parent | 25d3c618d831036c08194610f188e4781c135cfc (diff) |
Typos
Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index a308300eb1bc..3c3fdd4e50f9 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -331,7 +331,7 @@ public class CalcRTL * @param oldValue : the value of the property before it has been changed * @param newValue : the value the property has been set to * @param resValue : the value getPropertyValue returned for the property - * @param exception : the exeption thrown during the change of the property + * @param exception : the exception thrown during the change of the property */ protected boolean checkResult(XPropertySet set, String propName, Object oldValue, Object newValue, |