pkg: fix codespell issues

This commit is contained in:
Mario Trangoni
2018-04-13 18:40:14 +02:00
parent 511b34eb5c
commit 91fb2e07ce
22 changed files with 29 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ type StaticOptions struct {
// Expires defines which user-defined function to use for producing a HTTP Expires Header
// https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
AddHeaders func(ctx *macaron.Context)
// FileSystem is the interface for supporting any implmentation of file system.
// FileSystem is the interface for supporting any implementation of file system.
FileSystem http.FileSystem
}