]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fixup typo in header (from Yuri).
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 4 Dec 2012 10:28:35 +0000 (10:28 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 4 Dec 2012 10:28:35 +0000 (10:28 +0000)
examples/ldns-testpkts.h

index 4941525250f28bfe04ac20d854838186e8a504a7..22b1797a3ad30f6f24b5c5af08e6a6fba4e00090 100644 (file)
@@ -197,7 +197,7 @@ struct entry {
 /**
  * reads the canned reply file and returns a list of structs 
  * does an exit on error.
- * @param skip_withespace: skip leftside whitespace.
+ * @param skip_whitespace: skip leftside whitespace.
  */
 struct entry* read_datafile(const char* name, int skip_whitespace);