diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:54:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 16:07:12 +0200 |
commit | ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 (patch) | |
tree | e88b6ddc410d6bf164a2f65a92d21f6b20bb9509 /io | |
parent | cae4b4951f061a67fab779493e6992d9097f4a4d (diff) |
Fix typos
Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b
Reviewed-on: https://gerrit.libreoffice.org/77320
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 26fdb78eb825..c1ae805571f6 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -184,7 +184,7 @@ OUString OTextInputStream::implReadString( const Sequence< sal_Unicode >& Delimi } // Now there should be characters available - // (otherwise the loop should have been breaked before) + // (otherwise the loop should have been broken before) sal_Unicode c = mvBuffer[ nBufferReadPos++ ]; if( bFindLineEnd ) |