From 38cc731224fddfe8646d67bbced34510c42b2695 Mon Sep 17 00:00:00 2001 From: Sergey Gonimar Date: Wed, 1 Mar 2017 13:42:59 +0500 Subject: [PATCH] fix typo (#822) --- fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.go b/fs.go index 6af3ded5..320fea67 100644 --- a/fs.go +++ b/fs.go @@ -14,7 +14,7 @@ type ( } ) -// Dir returns a http.Filesystem that can be used by http.FileServer(). It is used interally +// Dir returns a http.Filesystem that can be used by http.FileServer(). It is used internally // in router.Static(). // if listDirectory == true, then it works the same as http.Dir() otherwise it returns // a filesystem that prevents http.FileServer() to list the directory files.