aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/capability/list_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/protocol/packp/capability/list_test.go')
-rw-r--r--plumbing/protocol/packp/capability/list_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/capability/list_test.go b/plumbing/protocol/packp/capability/list_test.go
index 82dd63f..61b0b13 100644
--- a/plumbing/protocol/packp/capability/list_test.go
+++ b/plumbing/protocol/packp/capability/list_test.go
@@ -176,7 +176,7 @@ func (s *SuiteCapabilities) TestAddErrArgumentsNotAllowed(c *check.C) {
func (s *SuiteCapabilities) TestAddErrArguments(c *check.C) {
cap := NewList()
err := cap.Add(SymRef, "")
- c.Assert(err, check.Equals, ErrEmtpyArgument)
+ c.Assert(err, check.Equals, ErrEmptyArgument)
}
func (s *SuiteCapabilities) TestAddErrMultipleArguments(c *check.C) {