diff --git a/controller/build.go b/controller/build.go index 05e8bbb7..0741fde2 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)