correct spelling mistake

This commit is contained in:
Edward Betts 2017-09-01 12:42:20 +01:00 committed by Huin
parent 9b81a7424f
commit 5b7801abd8

View File

@ -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