diff options
author | THE-Spellchecker <The.Spellchecker@outlook.com> | 2023-12-02 16:56:47 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 13:49:11 -0800 |
commit | 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch) | |
tree | b00812cd5ba12d7ee803f2771d2f0e1304e66677 /old | |
parent | 16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff) | |
download | zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2 zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip |
Fix random typos over several source and text files.
Diffstat (limited to 'old')
-rw-r--r-- | old/visual-basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/visual-basic.txt b/old/visual-basic.txt index 57efe58..3c8d2a4 100644 --- a/old/visual-basic.txt +++ b/old/visual-basic.txt | |||
@@ -115,7 +115,7 @@ SUCCESS Then | |||
115 | ReDim Preserve bytaryCpr(lngCprSiz - 1) | 115 | ReDim Preserve bytaryCpr(lngCprSiz - 1) |
116 | Open strCprPth For Binary Access Write As #1 | 116 | Open strCprPth For Binary Access Write As #1 |
117 | Put #1, , bytaryCpr() | 117 | Put #1, , bytaryCpr() |
118 | Put #1, , lngOriSiz 'Add the the original size value to the end | 118 | Put #1, , lngOriSiz 'Add the original size value to the end |
119 | (last 4 bytes) | 119 | (last 4 bytes) |
120 | Close #1 | 120 | Close #1 |
121 | Else | 121 | Else |