mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
WIP: Correct all typos (#498)
This commit is contained in:
parent
98254a7c1f
commit
ed205e98a1
79 changed files with 162 additions and 162 deletions
2
third_party/zip/ziperr.h
vendored
2
third_party/zip/ziperr.h
vendored
|
@ -88,7 +88,7 @@ struct
|
|||
/* 13 */ { "NAME", "Missing or empty zip file", ZE_S_ERROR },
|
||||
/* 14 */ { "WRITE", "Output file write failure", ZE_S_SEVERE | ZE_S_PERR },
|
||||
/* 15 */ { "CREAT", "Could not create output file", ZE_S_SEVERE | ZE_S_PERR },
|
||||
/* 16 */ { "PARMS", "Invalid command arguments", ZE_S_ERROR },
|
||||
/* 16 */ { "PARAMS", "Invalid command arguments", ZE_S_ERROR },
|
||||
/* 17 */ { "", "", ZE_S_UNUSED },
|
||||
/* 18 */ { "OPEN", "File not found or no read permission",
|
||||
ZE_S_ERROR | ZE_S_PERR },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue