From fdd35ea841f319c48e1978dfead703d6cb0996ff Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 10:44:52 +0200 Subject: Fix typos Change-Id: I380856ca45c835e732fdf080a522caab4534db5b Reviewed-on: https://gerrit.libreoffice.org/76346 Tested-by: Jenkins Reviewed-by: Julien Nabet --- io/test/testconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 87fada6cfcbc..35bc697c9a76 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -200,7 +200,7 @@ int SAL_CALL main( int argc, char * argv[] ) testConnection( OUString("pipe,name=bla") , rAcceptorPipe , rConnector ); printf( " Done\n" ); - // check, if errornous strings make any problem + // check, if erroneous strings make any problem rAcceptor.set( xMgr->createInstance("com.sun.star.connection.Acceptor"), UNO_QUERY ); -- cgit