]> git.gag.com Git - debian/gzip/commitdiff
maint: don't use "the the"
authorJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 17:47:30 +0000 (19:47 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 17:47:30 +0000 (19:47 +0200)
* msdos/doturboc.bat: s/the the/the/.

msdos/doturboc.bat

index eacd68b6ed03fbbaef9c6a20ae66d5ffbffc8200..d164ef85bece5f0606caadacb071927e5ffce6b5 100644 (file)
@@ -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...