File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ext/standard/tests/strings Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ $tests = array(
41
41
),
42
42
8 => array (
43
43
'$5$rounds=10$roundstoolow ' ,
44
- 'the number of rouns is too low ' ,
44
+ 'the number of rounds is too low ' ,
45
45
'*0 '
46
46
),
47
47
9 => array (
48
48
'$5$rounds=1000000000$roundstoohigh ' ,
49
- 'the number of rouns is too high ' ,
49
+ 'the number of rounds is too high ' ,
50
50
'*0 '
51
51
)
52
52
);
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ $tests = array(
41
41
),
42
42
8 => array (
43
43
'$6$rounds=10$roundstoolow ' ,
44
- 'the number of rouns is too low ' ,
44
+ 'the number of rounds is too low ' ,
45
45
'*0 '
46
46
),
47
47
8 => array (
48
48
'$6$rounds=1000000000$roundstoohigh ' ,
49
- 'the number of rouns is too high ' ,
49
+ 'the number of rounds is too high ' ,
50
50
'*0 '
51
51
),
52
52
);
You can’t perform that action at this time.
0 commit comments