]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
correct speling, s/intializes/initializes
authorJakob Schlyter <source@isc.org>
Mon, 28 Jun 2004 06:23:05 +0000 (06:23 +0000)
committerJakob Schlyter <source@isc.org>
Mon, 28 Jun 2004 06:23:05 +0000 (06:23 +0000)
lib/lwres/lwconfig.c

index 74478f87cc63976970fca6527305eb83b73e2804..f2fa2e5e128c9ae492fa07fe9ec021cbb718ffa4 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwconfig.c,v 1.38 2004/03/05 05:12:46 marka Exp $ */
+/* $Id: lwconfig.c,v 1.39 2004/06/28 06:23:05 jakob Exp $ */
 
 /***
  *** Module for parsing resolv.conf files.
  ***
  *** entry points are:
  ***   lwres_conf_init(lwres_context_t *ctx)
- ***           intializes data structure for subsequent config parsing.
+ ***           initializes data structure for subsequent config parsing.
  ***
  ***   lwres_conf_parse(lwres_context_t *ctx, const char *filename)
  ***           parses a file and fills in the data structure.