Skip to content

Commit 1d349d0

Browse files
criyleeldering
authored andcommitted
Fix typo in error message from judgedaemon
(cherry picked from commit fc07d9d)
1 parent 5695823 commit 1d349d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judge/judgedaemon.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ function fetch_executable_internal(
541541
if ($runuser === posix_getpwuid(posix_geteuid())['name'] ||
542542
RUNGROUP === posix_getgrgid(posix_getegid())['name']
543543
) {
544-
error("Do not run the judgedaemon as the runser or rungroup.");
544+
error("Do not run the judgedaemon as the runuser or rungroup.");
545545
}
546546

547547
// Set static environment variables for passing path configuration

0 commit comments

Comments
 (0)