summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /sc
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (diff)
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotDescriptor.java2
-rw-r--r--sc/source/core/tool/interpr5.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
index fe537e0f1292..fbb412c26104 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
@@ -376,7 +376,7 @@ public class _XDataPilotDescriptor {
}
if (fieldsNames[rem] == null) {
- System.out.println("No fields were set to this orientation - cann't check result") ;
+ System.out.println("No fields were set to this orientation - can't check result") ;
return true ;
}
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 9261da060714..f52c62fbbb2c 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -295,7 +295,7 @@ ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR, bool bEmpty)
SCSIZE nCols, nRows;
pMat->GetDimensions( nCols, nRows);
if ( nCols != nC || nRows != nR )
- { // arbitray limit of elements exceeded
+ { // arbitrary limit of elements exceeded
SetError( FormulaError::MatrixSize);
pMat.reset();
}