Skip to content

Commit f5d8b15

Browse files
committed
Fix typos
1 parent 9ffc3da commit f5d8b15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

judge/judgedaemon.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

webapp/src/Utils/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

webapp/templates/jury/check_judgings.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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' %}

0 commit comments

Comments
 (0)