diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-05-04 15:15:37 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-05-04 15:15:37 +0200 |
| commit | 9a8b80fc13b923b46b44fbd969e01db6d9f4b7b9 (patch) | |
| tree | ff05b12ab4c4ec639538fbfea68b493fe4a7a81e | |
| parent | 645a35dfb12041a329619d47083f7032bb57ed65 (diff) | |
Fix typo
| -rw-r--r-- | reference_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_test.go b/reference_test.go index 3e72ae7..cb7a5fc 100644 --- a/reference_test.go +++ b/reference_test.go @@ -161,7 +161,7 @@ func TestUtil(t *testing.T) { hasLog, err := repo.HasLog("refs/heads/foo") checkFatal(t, err) if !hasLog { - t.Fatalf("branches ahve logs by default") + t.Fatalf("branches have logs by default") } } |
