1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-02 10:53:16 +03:00

Fixed a few typos

This commit is contained in:
Dan Fandrich
2014-02-18 23:46:25 +01:00
parent adc5db29e3
commit c00efa5f93
8 changed files with 17 additions and 17 deletions

View File

@@ -230,7 +230,7 @@ comp_method_zlib_decomp(LIBSSH2_SESSION * session,
/* If strm is null, then we have not yet been initialized. */
if (strm == NULL)
return _libssh2_error(session, LIBSSH2_ERROR_COMPRESS,
"decompression unitilized");;
"decompression uninitialized");;
/* In practice they never come smaller than this */
if (out_maxlen < 25)