From 4b193dbee30b1044492d2650525f43c475fc7dfc Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 23 Sep 2023 18:33:37 -0700 Subject: [PATCH] contrib/zip/src/zip.h: correct 2 spelling errors --- contrib/zip/src/zip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/zip/src/zip.h b/contrib/zip/src/zip.h index 70ab2cee6..5c47f1f1f 100644 --- a/contrib/zip/src/zip.h +++ b/contrib/zip/src/zip.h @@ -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);