From: Francis Dupont Date: Sat, 17 Jan 2009 11:41:17 +0000 (+0000) Subject: spelling X-Git-Tag: v9.3.6-P2~4^2~139 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d18d8da1fe2b6ac360277aeb491dfc1a406f5917;p=thirdparty%2Fbind9.git spelling --- diff --git a/win32utils/makedefs.pl b/win32utils/makedefs.pl index 6c2e2b4815f..d17182c957a 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]+( )*\(