summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-14 22:21:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-14 23:36:31 +0200
commit882e9ff39f1a6a450fff3569d09124ab1b7ceae1 (patch)
treeb10a1d03fdeb6c515d30d1b6048bf407ee579d5e /sc/source
parentcf410b712b069455f598ad3f8cdaa7bc37411c9d (diff)
Fix typos
Change-Id: Ic95ec7c8a36ef5d19eac93b7eed8a7de2ec8904f Reviewed-on: https://gerrit.libreoffice.org/41153 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/excel/xistream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xistream.cxx b/sc/source/filter/excel/xistream.cxx
index a3dbf8a0693a..0a4cf612f4a5 100644
--- a/sc/source/filter/excel/xistream.cxx
+++ b/sc/source/filter/excel/xistream.cxx
@@ -128,7 +128,7 @@ uno::Sequence< beans::NamedValue > XclImpBiff5Decrypter::OnVerifyPassword( const
{
maEncryptionData.realloc( 0 );
- /* Convert password to a byte string. TODO: this needs some finetuning
+ /* Convert password to a byte string. TODO: this needs some fine tuning
according to the spec... */
OString aBytePassword = OUStringToOString( rPassword, osl_getThreadTextEncoding() );
sal_Int32 nLen = aBytePassword.getLength();