aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/net/http/fs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/http/fs.go')
-rw-r--r--src/pkg/net/http/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/net/http/fs.go b/src/pkg/net/http/fs.go
index 9df5cc4818..8576cf844a 100644
--- a/src/pkg/net/http/fs.go
+++ b/src/pkg/net/http/fs.go
@@ -527,7 +527,7 @@ func (w *countingWriter) Write(p []byte) (n int, err error) {
return len(p), nil
}
-// rangesMIMESize returns the nunber of bytes it takes to encode the
+// rangesMIMESize returns the number of bytes it takes to encode the
// provided ranges as a multipart response.
func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
var w countingWriter