typo: enoungh -> enough

This commit is contained in:
Thomas Arnhold 2014-03-29 18:22:04 +01:00
parent cc3a302fcb
commit 02c83db00a

View File

@ -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();