diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-19 16:24:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:59:51 +0200 |
commit | 2bceb245e60be2cf973c7b9d586b74881f66fbef (patch) | |
tree | 165c92b240b8eed11bcdfa17606240e439e419e8 /io | |
parent | 7d071f35bee7bed82ac47429a594e76617518d20 (diff) |
Fix typos
Change-Id: Id7d0de124c4b9006db8c28e5cebb3ba38b0143ee
Reviewed-on: https://gerrit.libreoffice.org/57602
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'io')
-rw-r--r-- | io/test/testconnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 68621643f0ec..87fada6cfcbc 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -249,7 +249,7 @@ int SAL_CALL main( int argc, char * argv[] ) } catch( ... ) { - OSL_FAIL( "unknown exception, already existing existing expected" ); + OSL_FAIL( "unknown exception, already existing exception expected" ); } rAcceptor->stopAccepting(); |