From 92e60e1b80a391864314c2270d2d9fcd9da3d9ee Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:37:59 +0100 Subject: Fix typos Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727 Reviewed-on: https://gerrit.libreoffice.org/21103 Reviewed-by: Andras Timar Tested-by: Andras Timar --- bridges/test/testsameprocess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') 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; } -- cgit