Procházet zdrojové kódy

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

Stephen Gold před 1 rokem
rodič
revize
4b193dbee3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      contrib/zip/src/zip.h

+ 2 - 2
contrib/zip/src/zip.h

@@ -83,9 +83,9 @@ typedef long ssize_t; /* byte count or error */
 #define ZIP_EFWRITE -29     // fwrite 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
  * @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.
  * found.
  */
  */
 extern const char *zip_strerror(int errnum);
 extern const char *zip_strerror(int errnum);