From 4d77dbcfa052c065a87d2d35b116f17b74bae573 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 31 Jul 2001 02:35:12 +0000 Subject: [PATCH] typo --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a8b9f079f1..4a6b565464 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ 947. [bug] dns_rdata_soa_t had a badly named element "mname" which was really the RNAME field from RFC1035. To avoid - confusion and silent errors that would occur it ther + confusion and silent errors that would occur it the "origin" and "mname" elements were given their correct names "mname" and "rname" respectively, the "mname" element is renamed to "contact".