From 5b7801abd885f2f7458add715aee47e7df5370a0 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 12:42:20 +0100 Subject: [PATCH] correct spelling mistake --- gotasks/specgen_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotasks/specgen_task.go b/gotasks/specgen_task.go index 438b694..d0dd92a 100644 --- a/gotasks/specgen_task.go +++ b/gotasks/specgen_task.go @@ -31,7 +31,7 @@ var ( type DCPMetadata struct { Name string // What to name the Go DCP package. OfficialName string // Official name for the DCP. - DocURL string // Optional - URL for futher documentation about the DCP. + DocURL string // Optional - URL for further documentation about the DCP. XMLSpecURL string // Where to download the XML spec from. // Any special-case functions to run against the DCP before writing it out. Hacks []DCPHackFn