aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-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