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(
10531053): bool {
10541054 global $ myhost , $ EXITCODES ;
10551055
1056- // Re-use compilation if it already exists.
1056+ // Reuse compilation if it already exists.
10571057 if (file_exists ("$ workdir/compile.success " )) {
10581058 return true ;
10591059 }
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ public static function parseHexColor(string $hex): array
335335 }
336336
337337 /**
338- * Comvert an RGB component to its hex value.
338+ * Convert an RGB component to its hex value.
339339 */
340340 public static function componentToHex (int $ component ): string
341341 {
Original file line number Diff line number Diff line change 4646 {% elseif id == ' multiple' %}
4747 is judged as {{ result .actual }} but has multiple possible outcomes ({{ result .expected | join (' , ' ) }})
4848 {% elseif id == ' verified' %}
49- verfied as '{{ result .actual }}'
49+ verified as '{{ result .actual }}'
5050 {% elseif id == ' nomatch' %}
5151 expected results unknown, leaving submission unchecked
5252 {% elseif id == ' earlier' %}
You can’t perform that action at this time.
0 commit comments