aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/change_adaptor.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/change_adaptor.go')
-rw-r--r--plumbing/object/change_adaptor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/change_adaptor.go b/plumbing/object/change_adaptor.go
index 49b6545..491c399 100644
--- a/plumbing/object/change_adaptor.go
+++ b/plumbing/object/change_adaptor.go
@@ -8,7 +8,7 @@ import (
"gopkg.in/src-d/go-git.v4/utils/merkletrie/noder"
)
-// The folowing functions transform changes types form the merkletrie
+// The following functions transform changes types form the merkletrie
// package to changes types from this package.
func newChange(c merkletrie.Change) (*Change, error) {