contrib/zip/src/zip.h: correct 2 spelling errors

This commit is contained in:
Stephen Gold 2023-09-23 18:33:37 -07:00 committed by Kim Kulling
parent f9d3e7015b
commit 4b193dbee3
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ typedef long ssize_t; /* byte count or error */
#define ZIP_EFWRITE -29 // fwrite error
/**
* Looks up the error message string coresponding to an error number.
* Looks up the error message string corresponding to an error number.
* @param errnum error number
* @return error message string coresponding to errnum or NULL if error is not
* @return error message string corresponding to errnum or NULL if error is not
* found.
*/
extern const char *zip_strerror(int errnum);