From 1a8915ef8302b13b781977209ae1fa41f5f659dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jun 2015 16:56:44 +0200 Subject: Fix typos Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins Reviewed-by: Andras Timar --- include/osl/socket_decl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osl') diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx index ae700c47453c..2d06f3fea37f 100644 --- a/include/osl/socket_decl.hxx +++ b/include/osl/socket_decl.hxx @@ -99,7 +99,7 @@ namespace osl inline bool SAL_CALL setPort( sal_Int32 nPort ); /** Sets the address of the underlying socket address struct in network byte order. - @return true on success, false signales falure. + @return true on success, false signales failure. */ inline bool SAL_CALL setAddr( const ::rtl::ByteSequence & address ); -- cgit