diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-17 20:15:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-17 20:15:27 +0200 |
commit | 40825c4369696b4f491d093d4f0218278ab5f140 (patch) | |
tree | 9a0981a652b94b2f6fb3f0abebd5a13c2254b2d7 /sc | |
parent | 006a5d5be6071b27551baa3048c805891a1eae63 (diff) |
Typo: excatly->exactly
Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/dpoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx index eaa8fea61438..a110a74241a0 100644 --- a/sc/source/core/data/dpoutput.cxx +++ b/sc/source/core/data/dpoutput.cxx @@ -1130,7 +1130,7 @@ void ScDPOutput::Output() if (nColCount == 1 && nRowCount > 0 && nColFieldCount == 0) { - // the table contains excatly one data field and no column fields. + // the table contains exactly one data field and no column fields. // Display data description at top right corner. ScSetStringParam aParam; aParam.setTextInput(); |