From 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 Mon Sep 17 00:00:00 2001 From: THE-Spellchecker Date: Sat, 2 Dec 2023 16:56:47 -0600 Subject: Fix random typos over several source and text files. --- old/visual-basic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old') 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 ReDim Preserve bytaryCpr(lngCprSiz - 1) Open strCprPth For Binary Access Write As #1 Put #1, , bytaryCpr() - Put #1, , lngOriSiz 'Add the the original size value to the end + Put #1, , lngOriSiz 'Add the original size value to the end (last 4 bytes) Close #1 Else -- cgit v1.2.3-55-g6feb