Merge pull request #142 from runatlantis/spelling

Fix some spelling errors.
This commit is contained in:
Luke Kysow
2018-05-30 19:01:27 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ const (
// CommentParsing handles parsing pull request comments.
type CommentParsing interface {
// Parse attempts to parse a pull request comment to see if it's an Atlantis
// commmand.
// command.
Parse(comment string, vcsHost models.VCSHostType) CommentParseResult
}

View File

@@ -32,7 +32,7 @@ var client webhooks.DefaultSlackClient
var result webhooks.ApplyResult
func TestAuthTest_Success(t *testing.T) {
t.Log("When the underylying client suceeds, function should succeed")
t.Log("When the underylying client succeeds, function should succeed")
setup(t)
err := client.AuthTest()
Ok(t, err)
@@ -91,7 +91,7 @@ func TestChannelExists_Error(t *testing.T) {
}
func TestPostMessage_Success(t *testing.T) {
t.Log("When apply succeds, function should succeed and indicate success")
t.Log("When apply succeeds, function should succeed and indicate success")
setup(t)
expParams := slack.NewPostMessageParameters()