diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 13:28:17 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 13:28:17 +0200 |
commit | 08f9e7015aad2ca768638b446fb8632f11601899 (patch) | |
tree | 15ab43bb09c7381877e6077060807f82308f9b2a /formats/packfile | |
parent | ec1a57f40f78ed5209cdcc7efbadc8d004716b2d (diff) | |
download | go-git-08f9e7015aad2ca768638b446fb8632f11601899.tar.gz |
fix misspellingsv3.0.4
Diffstat (limited to 'formats/packfile')
-rw-r--r-- | formats/packfile/reader.go | 2 |
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 |