summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:09:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:09:11 +0100
commit2dca0ccf0760a64eab986c178873926a6a125cc5 (patch)
treeb6c347ade8f5aaaf7961accefb9e2eb289b09806 /sc
parentRemove unused preprocessor defined functions in the unicode utils (diff)
downloadcore-2dca0ccf0760a64eab986c178873926a6a125cc5.tar.gz
core-2dca0ccf0760a64eab986c178873926a6a125cc5.zip
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/cell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index 97282b03eaeb..5ffd85e1382c 100644
--- a/sc/source/core/data/cell.cxx
+++ b/sc/source/core/data/cell.cxx
@@ -780,7 +780,7 @@ ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, cons
pCode = rCell.pCode->Clone();
// set back any errors and recompile
- // not in the Clipboard - it must keep the recieved error flag
+ // not in the Clipboard - it must keep the received error flag
// Special Length=0: as bad cells are generated, then they are also retained
if ( pCode->GetCodeError() && !pDocument->IsClipboard() && pCode->GetLen() )
{