From 48673c5cfdd83132d14c8f1cbc3b67da62abfb96 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 4 Jun 2012 19:22:25 +0200 Subject: [PATCH] tweak --- anchor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anchor.go b/anchor.go index 2e0212e9..292e4dbc 100644 --- a/anchor.go +++ b/anchor.go @@ -33,7 +33,7 @@ type TrustAnchor struct { AnchorId string // KeyDigest id Anchor *RR_DS // The digest encoded as an DS record ValidFrom time.Time // Validity specification - ValidUntil time.Time + ValidUntil time.Time // Validaty specification } // TrustAnchorString convert a TrustAnchor to a string encoded as XML.