From d18d8da1fe2b6ac360277aeb491dfc1a406f5917 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 17 Jan 2009 11:41:17 +0000 Subject: [PATCH] spelling --- win32utils/makedefs.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32utils/makedefs.pl b/win32utils/makedefs.pl index 6c2e2b4815..d17182c957 100644 --- a/win32utils/makedefs.pl +++ b/win32utils/makedefs.pl @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: makedefs.pl,v 1.8 2007/06/19 23:47:24 tbox Exp $ +# $Id: makedefs.pl,v 1.9 2009/01/17 11:41:17 fdupont Exp $ # makedefs.pl # This script goes through all of the lib header files and creates a .def file @@ -24,7 +24,7 @@ # This program should only be run if it is necessary to regenerate # the .def files. Normally these files should be updated by hand, adding # new functions to the end and removing obsolete ones. -# If you do renerate them you will also need to modify them by hand to +# If you do regenerate them you will also need to modify them by hand to # to pick up those routines not detected by this program (like openlog). # # Search String: ^(([_a-z0-9])*( ))*prefix_[_a-z0-9]+_[a-z0-9]+( )*\(