From 8e558cf72562809738490638c87b6dfd563317e2 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 29 May 2016 12:41:36 +0200 Subject: [PATCH] secur32: Spelling fixes. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/secur32/schannel_macosx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/secur32/schannel_macosx.c b/dlls/secur32/schannel_macosx.c index 1c9b35d2646..b940881d9bf 100644 --- a/dlls/secur32/schannel_macosx.c +++ b/dlls/secur32/schannel_macosx.c @@ -596,7 +596,7 @@ static OSStatus schan_pull_adapter(SSLConnectionRef transport, void *buff, * * Returns: * noErr on complete or partial success; *buff_len indicates how much data - * was actually written, which may be less than requrested. + * was actually written, which may be less than requested. * errSSLWouldBlock when no data could be written without blocking. The * caller should try again. * other error code for failure.