From: Jim Meyering Date: Sat, 26 Sep 2009 17:47:30 +0000 (+0200) Subject: maint: don't use "the the" X-Git-Tag: v1.3.13~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=237cbfc7b6c5ef33816b0d5de027e6c5856a376b;p=debian%2Fgzip maint: don't use "the the" * msdos/doturboc.bat: s/the the/the/. --- diff --git a/msdos/doturboc.bat b/msdos/doturboc.bat index eacd68b..d164ef8 100644 --- a/msdos/doturboc.bat +++ b/msdos/doturboc.bat @@ -1,7 +1,7 @@ : This file is a complement to gzip.prj for Turbo C 2.0 users. : To construct gzip, first transform all files to msdos CR LF format. : (Use utilities such as flip or do file transfers in ascii mode.) -: Then invoke this file. Then enter Turbo C, set the the +: Then invoke this file. Then enter Turbo C, set the : compilation model to compact, and the project file to gzip.prj. : Change the compilation flags if you wish (add SMALL_MEM : to reduce the memory requirements), and press F9...