1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:58:34 -06:00

go.tools/cmd/godoc: fix typo

R=golang-dev
CC=golang-dev
https://golang.org/cl/12238043
This commit is contained in:
Andrew Gerrand 2013-08-01 17:43:31 +10:00
parent 37c18cdcf3
commit 8d55039560

View File

@ -43,7 +43,7 @@ func init() {
if err := corpus.Init(); err != nil {
log.Fatal(err)
}
go corups.RunIndexer()
go corpus.RunIndexer()
pres = godoc.NewPresentation(corpus)
pres.TabWidth = 8