diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:24:20 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:22:11 +0000 |
commit | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (patch) | |
tree | f43c956f39aae0173cbbc6a307ae63189012ca06 /sd/source/ui/remotecontrol | |
parent | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (diff) |
Fix typos
Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1
Reviewed-on: https://gerrit.libreoffice.org/16710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd/source/ui/remotecontrol')
-rw-r--r-- | sd/source/ui/remotecontrol/BufferedStreamSocket.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx index f035b1ef6dd0..3346c856f095 100644 --- a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx +++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx @@ -85,7 +85,7 @@ sal_Int32 BufferedStreamSocket::readLine( OString& aLine ) { while ( true ) { - // Process buffer first incase data already present. + // Process buffer first in case data already present. vector<char>::iterator aIt; if ( (aIt = find( aBuffer.begin(), aBuffer.end(), '\n' )) != aBuffer.end() ) |