From: Yuri Schaeffer Date: Tue, 4 Dec 2012 10:18:00 +0000 (+0000) Subject: Typo inside a whitespace X-Git-Tag: release-1.4.19rc1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e00e9d28391ddea813153c0282dc674581239549;p=thirdparty%2Funbound.git Typo inside a whitespace git-svn-id: file:///svn/unbound/trunk@2786 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/testcode/ldns-testpkts.h b/testcode/ldns-testpkts.h index 494152525..22b1797a3 100644 --- a/testcode/ldns-testpkts.h +++ b/testcode/ldns-testpkts.h @@ -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);