secur32: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cc2a2b0970
commit
8e558cf725
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue