diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:22:04 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:21 +0100 |
commit | 02c83db00a31707c81e78cd5c5a45e3e34da39ca (patch) | |
tree | 3a283c1465b79da8cb3eb01656305edd8a670a77 /comphelper | |
parent | cc3a302fcb564b996740524a6c5e6934d9ce8824 (diff) |
typo: enoungh -> enough
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/streaming/seqstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index 2e1552a26af5..5bc44a52e877 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -163,7 +163,7 @@ void SAL_CALL OSequenceOutputStream::writeBytes( const Sequence< sal_Int8 >& _rD if (!m_bConnected) throw NotConnectedException(); - // ensure the sequence has enoungh space left + // ensure the sequence has enough space left if (m_nSize + _rData.getLength() > m_rSequence.getLength()) { sal_Int32 nCurrentLength = m_rSequence.getLength(); |