summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-18 00:22:58 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-18 00:30:35 +0300
commit9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (patch)
tree48092a4f8b424f88d7a259107f23dea33d16d10e /sal
parentd112cf387513231b6bc133e5d37ba51f4bc4c6ac (diff)
Typo: s/shure/sure
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 170a59422cd7..e5b1d24b4a07 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -2306,7 +2306,7 @@ void SAL_CALL osl_getLastSocketErrorDescription(oslSocket Socket, rtl_uString **
void SAL_CALL osl_psz_getLastSocketErrorDescription(oslSocket pSocket, sal_Char* pBuffer, sal_uInt32 BufferSize)
{
- /* make shure pBuffer will be a zero-terminated string even when strncpy has to cut */
+ /* make sure pBuffer will be a zero-terminated string even when strncpy has to cut */
pBuffer[BufferSize-1]= '\0';
if ( pSocket == 0 )