aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-05-19 13:28:17 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-05-19 13:28:17 +0200
commit08f9e7015aad2ca768638b446fb8632f11601899 (patch)
tree15ab43bb09c7381877e6077060807f82308f9b2a /formats/packfile
parentec1a57f40f78ed5209cdcc7efbadc8d004716b2d (diff)
downloadgo-git-08f9e7015aad2ca768638b446fb8632f11601899.tar.gz
fix misspellingsv3.0.4
Diffstat (limited to 'formats/packfile')
-rw-r--r--formats/packfile/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/packfile/reader.go b/formats/packfile/reader.go
index 702daca..a013776 100644
--- a/formats/packfile/reader.go
+++ b/formats/packfile/reader.go
@@ -40,7 +40,7 @@ type Reader struct {
// MaxObjectsLimit is the limit of objects to be load in the packfile, if
// a packfile excess this number an error is throw, the default value
// is defined by DefaultMaxObjectsLimit, usually the default limit is more
- // than enough to work with any repository, working extremly big repositories
+ // than enough to work with any repository, working extremely big repositories
// where the number of object is bigger the memory can be exhausted.
MaxObjectsLimit uint32