File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ function compile(
1053
1053
): bool {
1054
1054
global $ myhost , $ EXITCODES ;
1055
1055
1056
- // Re-use compilation if it already exists.
1056
+ // Reuse compilation if it already exists.
1057
1057
if (file_exists ("$ workdir/compile.success " )) {
1058
1058
return true ;
1059
1059
}
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ public static function parseHexColor(string $hex): array
335
335
}
336
336
337
337
/**
338
- * Comvert an RGB component to its hex value.
338
+ * Convert an RGB component to its hex value.
339
339
*/
340
340
public static function componentToHex (int $ component ): string
341
341
{
Original file line number Diff line number Diff line change 46
46
{% elseif id == ' multiple' %}
47
47
is judged as {{ result .actual }} but has multiple possible outcomes ({{ result .expected | join (' , ' ) }})
48
48
{% elseif id == ' verified' %}
49
- verfied as '{{ result .actual }}'
49
+ verified as '{{ result .actual }}'
50
50
{% elseif id == ' nomatch' %}
51
51
expected results unknown, leaving submission unchecked
52
52
{% elseif id == ' earlier' %}
You can’t perform that action at this time.
0 commit comments