Merge pull request #334 from Linuturk/simpletypo

Typo in Comments: serce => serve
This commit is contained in:
Brad Rydzewski 2014-06-02 13:22:53 -07:00
commit 40fe430581

View file

@ -122,7 +122,7 @@ func setupStatic() {
w.Header().Add("Cache-Control", "no-cache")
}
// serce images
// serve images
images.ServeHTTP(w, r)
})
}