diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:37:59 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-01-05 07:32:28 +0000 |
commit | 92e60e1b80a391864314c2270d2d9fcd9da3d9ee (patch) | |
tree | 197d74053b4dbb68008df35d5d8b7a7d75db3913 /bridges | |
parent | 3b4059dc53ec764be5423517363223043d6dbfad (diff) |
Fix typos
Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727
Reviewed-on: https://gerrit.libreoffice.org/21103
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/testsameprocess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/testsameprocess.cxx b/bridges/test/testsameprocess.cxx index a4f55377a16d..93f8472c4ea9 100644 --- a/bridges/test/testsameprocess.cxx +++ b/bridges/test/testsameprocess.cxx @@ -112,7 +112,7 @@ int main( int argc, char *argv[] ) { if( argc < 2 ) { - printf( "usage : testsamprocess host:port\n" ); + printf( "usage : testsameprocess host:port\n" ); return 0; } |