mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-10 02:33:49 +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/globals.c
vendored
2
third_party/zip/globals.c
vendored
|
@ -73,7 +73,7 @@ uzoff_t des_usize = 0; /* Data descriptor usize */
|
|||
|
||||
/* dots 10/20/04 */
|
||||
zoff_t dot_size = 0; /* bytes processed in deflate per dot, 0 = no dots */
|
||||
zoff_t dot_count = 0; /* buffers seen, recyles at dot_size */
|
||||
zoff_t dot_count = 0; /* buffers seen, recycles at dot_size */
|
||||
/* status 10/30/04 */
|
||||
int display_counts = 0; /* display running file count */
|
||||
int display_bytes = 0; /* display running bytes remaining */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue