Skip to content

Commit

Permalink
Fix misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Mar 30, 2017
1 parent 9400a1a commit 508a7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func CheckErrors(t *testing.T, err error, expected error) {
}
}

// All fields are composed of the abreviation of their method
// All fields are composed of the abbreviation of their method
// This is useful when methods are doing multiple calls to AWS API
type mockEC2 struct {
ec2iface.EC2API
Expand All @@ -28,7 +28,7 @@ type mockEC2 struct {
cto *ec2.CreateTagsOutput
cterr error

// Wait Until Spot Instance Request Fullfilled
// Wait Until Spot Instance Request Fulfilled
wusirferr error

// Describe Instance Request
Expand Down Expand Up @@ -91,7 +91,7 @@ func (m mockEC2) DescribeRegions(*ec2.DescribeRegionsInput) (*ec2.DescribeRegion
return m.dro, m.drerr
}

// All fields are composed of the abreviation of their method
// All fields are composed of the abbreviation of their method
// This is useful when methods are doing multiple calls to AWS API
type mockASG struct {
autoscalingiface.AutoScalingAPI
Expand Down

0 comments on commit 508a7f9

Please sign in to comment.