From 7a7be126632475356b16547d41824891b6b08aeb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 25 Jan 2007 12:13:15 +0000 Subject: [PATCH] comment typo Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 957798f..b2d7575 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ endif install -d "$(bindir)" install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(bindir)" -# create the window installer +# Create the Windows installer. wininstaller: all install makensis ffinstall.nsi -- 2.7.4