aboutsummaryrefslogtreecommitdiff
path: root/fs.go
diff options
context:
space:
mode:
authorGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
committerGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
commitf24d00fcc6f11f3a622727e6ff27cd42db765028 (patch)
tree300617ae18ca9c2e8d628dcab25c00a20fc460e8 /fs.go
parentMention that the body returned from Request.Body and Response.Body is valid u... (diff)
downloadfasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.gz
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.bz2
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.zip
A lot of typo fixes
Diffstat (limited to 'fs.go')
-rw-r--r--fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.go b/fs.go
index 0d83b60..2a5c7fb 100644
--- a/fs.go
+++ b/fs.go
@@ -225,7 +225,7 @@ type FS struct {
// It adds CompressedFileSuffix suffix to the original file name and
// tries saving the resulting compressed file under the new file name.
// So it is advisable to give the server write access to Root
- // and to all inner folders in order to minimze CPU usage when serving
+ // and to all inner folders in order to minimize CPU usage when serving
// compressed responses.
//
// Transparent compression is disabled by default.