diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2020-04-29 00:09:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 00:09:16 +0200 |
commit | 06dad218498f62255799d03dc6411dba481ce71b (patch) | |
tree | 113018668475af9164d9ace91d03b29ab6691af5 | |
parent | dcaccf7ad7fdb9e5563c8dc8a9b2fc1f3d871581 (diff) | |
parent | 7167c06776a5ac6ff4ded357b2a75e383ac4c665 (diff) | |
download | go-git-06dad218498f62255799d03dc6411dba481ce71b.tar.gz |
Merge pull request #45 from gopye/fix_change_test_typo
Fix typo
-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" |