fix spelling error

This commit is contained in:
Bob Halley
1999-07-24 00:59:55 +00:00
parent 25e43e68b7
commit 2e715dbdc2
2 changed files with 5 additions and 5 deletions

View File

@@ -500,7 +500,7 @@ struct dns_errormap {
{ DNS_R_NOMORE, "DNS_R_NOMORE" },
{ DNS_R_EXTRATOKEN, "DNS_R_EXTRATOKEN" },
{ DNS_R_EXTRADATA, "DNS_R_EXTRADATA" },
{ DNS_R_TEXTTOLONG, "DNS_R_TEXTTOLONG" },
{ DNS_R_TEXTTOOLONG, "DNS_R_TEXTTOOLONG" },
{ DNS_R_RANGE, "DNS_R_RANGE" },
{ DNS_R_EXISTS, "DNS_R_EXISTS" },
{ DNS_R_NOTFOUND, "DNS_R_NOTFOUND" },