diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /sal/inc | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/osl/socket.h | 2 | ||||
-rw-r--r-- | sal/inc/osl/socket_decl.hxx | 2 | ||||
-rw-r--r-- | sal/inc/rtl/logfile.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/osl/socket.h b/sal/inc/osl/socket.h index ce47c8673beb..8ccb2c740f53 100644 --- a/sal/inc/osl/socket.h +++ b/sal/inc/osl/socket.h @@ -724,7 +724,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_shutdownSocket(oslSocket Socket, <li><code>osl_Socket_OptionTcpNoDelay</code><br> Disables the Nagle algorithm for send coalescing. (Do not - collect data until a packet is full, instead send immediatly. + collect data until a packet is full, instead send immediately. This increases network traffic but might improve latency-times.) 1 = disables the algorithm, 0 = keeps it enabled. </ul> diff --git a/sal/inc/osl/socket_decl.hxx b/sal/inc/osl/socket_decl.hxx index 70f8f8b44ba0..f51cca12e4c3 100644 --- a/sal/inc/osl/socket_decl.hxx +++ b/sal/inc/osl/socket_decl.hxx @@ -375,7 +375,7 @@ namespace osl <li><code>osl_Socket_OptionTcpNoDelay</code><br> Disables the Nagle algorithm for send coalescing. (Do not - collect data until a packet is full, instead send immediatly. + collect data until a packet is full, instead send immediately. This increases network traffic but might improve latency-times.) 1 = disables the algorithm, 0 = keeps it enabled. </ul> diff --git a/sal/inc/rtl/logfile.hxx b/sal/inc/rtl/logfile.hxx index 8dd697ce6705..343e8015b5e9 100644 --- a/sal/inc/rtl/logfile.hxx +++ b/sal/inc/rtl/logfile.hxx @@ -57,7 +57,7 @@ namespace rtl Example: RTL_LOGFILE_CONTEXT( aLog, "Timing for foo-method" ); - RTL_LOGFILE_CONTEXT_TRACE( instance, mesage ); + RTL_LOGFILE_CONTEXT_TRACE( instance, message ); RTL_LOGFILE_CONTEXT_TRACEn( instance, frmt, arg1, .., arg3 ); These macros can be used to log information in a "instance" context. The "instance" object is used to log message information. All macros with "frmt" uses printf notation to log timing infos. |