Typo inside a whitespace

git-svn-id: file:///svn/unbound/trunk@2786 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Yuri Schaeffer 2012-12-04 10:18:00 +00:00
parent 5361b081d3
commit e00e9d2839

View 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);