From c1f92cae25f59048c25682acc411f4432c36f38d Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Tue, 30 Sep 2003 13:43:21 -0700
Subject: [PATCH] [svn] Typo fix.  By Herold Heiko.

---
 ChangeLog            | 4 ++++
 windows/Makefile.src | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9aa11327..85f98e0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-30  Herold Heiko  <Heiko.Herold@previnet.it>
+
+	* windows/Makefile.src (OBJ): Fix typo.
+
 2003-09-26  Gisle Vanem  <giva@bgnett.no>
 
 	* windows/config.h.ms: Don't declare alloca under compilers that
diff --git a/windows/Makefile.src b/windows/Makefile.src
index 588beae6..98e3b132 100644
--- a/windows/Makefile.src
+++ b/windows/Makefile.src
@@ -72,7 +72,7 @@ SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
 OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
       ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
       html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
-      init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
+      init$o utils$o main$o version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
       rbuf$o log$o $(SSLOBJ)
 
 .SUFFIXES: .c .obj