aboutsummaryrefslogtreecommitdiffstats
path: root/tree.go
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 /tree.go
parentec1a57f40f78ed5209cdcc7efbadc8d004716b2d (diff)
downloadgo-git-08f9e7015aad2ca768638b446fb8632f11601899.tar.gz
fix misspellingsv3.0.4
Diffstat (limited to 'tree.go')
-rw-r--r--tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.go b/tree.go
index 50f86e9..9a1cc7b 100644
--- a/tree.go
+++ b/tree.go
@@ -125,7 +125,7 @@ func (t *Tree) Files() *FileIter {
// ID returns the object ID of the tree. The returned value will always match
// the current value of Tree.Hash.
//
-// ID is present to fufill the Object interface.
+// ID is present to fulfill the Object interface.
func (t *Tree) ID() core.Hash {
return t.Hash
}