From 9a8b80fc13b923b46b44fbd969e01db6d9f4b7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 4 May 2014 15:15:37 +0200 Subject: [PATCH] Fix typo --- reference_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }