diff options
author | gopye <gopye@tuta.io> | 2020-04-27 20:33:57 -0700 |
---|---|---|
committer | gopye <gopye@tuta.io> | 2020-04-27 20:33:57 -0700 |
commit | 7167c06776a5ac6ff4ded357b2a75e383ac4c665 (patch) | |
tree | 113018668475af9164d9ace91d03b29ab6691af5 /plumbing/object/change_test.go | |
parent | dcaccf7ad7fdb9e5563c8dc8a9b2fc1f3d871581 (diff) | |
download | go-git-7167c06776a5ac6ff4ded357b2a75e383ac4c665.tar.gz |
Fix typo in comment of func TestCancel
Diffstat (limited to 'plumbing/object/change_test.go')
-rw-r--r-- | plumbing/object/change_test.go | 2 |
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" |