remove typo in github status message

This commit is contained in:
Brad Rydzewski 2015-02-20 17:44:43 -08:00
parent ba5db98d44
commit cfe50421dc

View file

@ -24,7 +24,7 @@ const (
const (
DescPending = "this build is pending"
DescSuccess = "the build was succcessful"
DescSuccess = "the build was successful"
DescFailure = "the build failed"
DescError = "oops, something went wrong"
)