@@ -36,32 +36,32 @@ func TestTextWhitespace(t *testing.T) {
3636 expected : WhitespaceIsConsistentInFalseIfExpected ,
3737 },
3838 {
39- name : "whitespace is consistent in a switch statment with a true case" ,
39+ name : "whitespace is consistent in a switch statement with a true case" ,
4040 input : WhitespaceIsConsistentInSwitch (1 ),
4141 expected : WhitespaceIsConsistentInOneSwitchExpected ,
4242 },
4343 {
44- name : "whitespace is consistent in a switch statment with a default case" ,
44+ name : "whitespace is consistent in a switch statement with a default case" ,
4545 input : WhitespaceIsConsistentInSwitch (2 ),
4646 expected : WhitespaceIsConsistentInDefaultSwitchExpected ,
4747 },
4848 {
49- name : "whitespace is consistent in a switch statment with no default case and no true cases" ,
49+ name : "whitespace is consistent in a switch statement with no default case and no true cases" ,
5050 input : WhitespaceIsConsistentInSwitchNoDefault (),
5151 expected : WhitespaceIsConsistentInSwitchNoDefaultExpected ,
5252 },
5353 {
54- name : "whitespace is consistent in a for statment that runs 0 times" ,
54+ name : "whitespace is consistent in a for statement that runs 0 times" ,
5555 input : WhitespaceIsConsistentInFor (0 ),
5656 expected : WhitespaceIsConsistentInForZeroExpected ,
5757 },
5858 {
59- name : "whitespace is consistent in a for statment that runs 1 times" ,
59+ name : "whitespace is consistent in a for statement that runs 1 times" ,
6060 input : WhitespaceIsConsistentInFor (1 ),
6161 expected : WhitespaceIsConsistentInForOneExpected ,
6262 },
6363 {
64- name : "whitespace is consistent in a for statment that runs 3 times" ,
64+ name : "whitespace is consistent in a for statement that runs 3 times" ,
6565 input : WhitespaceIsConsistentInFor (3 ),
6666 expected : WhitespaceIsConsistentInForThreeExpected ,
6767 },
0 commit comments