]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Fri, 26 May 2006 04:01:57 +0000 (04:01 +0000)
committerMark Andrews <marka@isc.org>
Fri, 26 May 2006 04:01:57 +0000 (04:01 +0000)
lib/dns/include/dns/cache.h

index 73210e06c6fba57f6be316accd6cf3c7effad904..66594553759896be895235fc979e6f7820dde0fa 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cache.h,v 1.17.2.3 2006/03/02 00:37:17 marka Exp $ */
+/* $Id: cache.h,v 1.17.2.4 2006/05/26 04:01:57 marka Exp $ */
 
 #ifndef DNS_CACHE_H
 #define DNS_CACHE_H 1
@@ -151,7 +151,7 @@ dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp);
 
 
 isc_result_t
-dns_cache_setfilename(dns_cache_t *cahce, const char *filename);
+dns_cache_setfilename(dns_cache_t *cache, const char *filename);
 /*
  * If 'filename' is non-NULL, make the cache persistent.
  * The cache's data will be stored in the given file.