summaryrefslogtreecommitdiffstats
path: root/io/source/TextInputStream/TextInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/TextInputStream/TextInputStream.cxx')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx2
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 )