Module: wine Branch: master Commit: 8e558cf72562809738490638c87b6dfd563317e2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e558cf72562809738490638c8...
Author: Francois Gouget fgouget@free.fr Date: Sun May 29 12:41:36 2016 +0200
secur32: Spelling fixes.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 1c9b35d..b940881 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.