aboutsummaryrefslogtreecommitdiffstats
path: root/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'tag.go')
-rw-r--r--tag.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag.go b/tag.go
index 41349f6..192d22b 100644
--- a/tag.go
+++ b/tag.go
@@ -38,14 +38,14 @@ func (t *Tag) Type() core.ObjectType {
// ID returns the object ID of the tag, not the object that the tag references.
// The returned value will always match the current value of Tag.Hash.
//
-// ID is present to fufill the Object interface.
+// ID is present to fulfill the Object interface.
func (t *Tag) ID() core.Hash {
return t.Hash
}
// Type returns the type of object. It always returns core.TagObject.
//
-// Type is present to fufill the Object interface.
+// Type is present to fulfill the Object interface.
func (t *Tag) Type() core.ObjectType {
return core.TagObject
}