diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:44:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-27 11:49:10 +0200 |
commit | fdd35ea841f319c48e1978dfead703d6cb0996ff (patch) | |
tree | 681595ee1212584523928792baa7ce03b21b18ec /io | |
parent | 8fe85c248d0d45e180db6668b8ac5840c8dc6b1e (diff) |
Fix typos
Change-Id: I380856ca45c835e732fdf080a522caab4534db5b
Reviewed-on: https://gerrit.libreoffice.org/76346
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 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 ); |