aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgopye <gopye@tuta.io>2020-04-27 20:33:57 -0700
committergopye <gopye@tuta.io>2020-04-27 20:33:57 -0700
commit7167c06776a5ac6ff4ded357b2a75e383ac4c665 (patch)
tree113018668475af9164d9ace91d03b29ab6691af5
parentdcaccf7ad7fdb9e5563c8dc8a9b2fc1f3d871581 (diff)
downloadgo-git-7167c06776a5ac6ff4ded357b2a75e383ac4c665.tar.gz
Fix typo in comment of func TestCancel
-rw-r--r--plumbing/object/change_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/change_test.go b/plumbing/object/change_test.go
index 2c1fe37..0e97e4d 100644
--- a/plumbing/object/change_test.go
+++ b/plumbing/object/change_test.go
@@ -397,7 +397,7 @@ func (s *ChangeSuite) TestCancel(c *C) {
// On that commit, the "examples/clone" tree is
// 6efca3ff41cab651332f9ebc0c96bb26be809615
//
- // and the "examples/colone/main.go" is
+ // and the "examples/clone/main.go" is
// f95dc8f7923add1a8b9f72ecb1e8db1402de601a
path := "examples/clone/main.go"