From a9defe9d1131c2574fc55fcdccff217cd58c0dce Mon Sep 17 00:00:00 2001 From: kevin xu Date: Sat, 12 Mar 2016 18:21:22 +0800 Subject: [PATCH] typo --- controller/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/build.go b/controller/build.go index 7680fe103..344fa76cb 100644 --- a/controller/build.go +++ b/controller/build.go @@ -248,7 +248,7 @@ func PostBuild(c *gin.Context) { c.JSON(202, build) - // get the previous build so taht we can send + // get the previous build so that we can send // on status change notifications last, _ := store.GetBuildLastBefore(c, repo, build.Branch, build.ID)