]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 11:41:17 +0000 (11:41 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 11:41:17 +0000 (11:41 +0000)
win32utils/makedefs.pl

index 6c2e2b4815ffd238c4a0ae747cbbf8e43759ff29..d17182c957a5d0281aad9e1e49ae08ebac1c8ea9 100644 (file)
@@ -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]+( )*\(