secur32: Spelling fixes.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-05-29 12:41:36 +02:00 committed by Alexandre Julliard
parent cc2a2b0970
commit 8e558cf725
1 changed files with 1 additions and 1 deletions

View File

@ -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.