summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-19 16:24:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 11:59:51 +0200
commit2bceb245e60be2cf973c7b9d586b74881f66fbef (patch)
tree165c92b240b8eed11bcdfa17606240e439e419e8 /io
parentFix typos (diff)
downloadcore-2bceb245e60be2cf973c7b9d586b74881f66fbef.tar.gz
core-2bceb245e60be2cf973c7b9d586b74881f66fbef.zip
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.cxx2
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();