Skip to content

Commit fc07d9d

Browse files
criylevmcj
authored andcommitted
Fix typo in error message from judgedaemon
1 parent dc910da commit fc07d9d

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
@@ -562,7 +562,7 @@ function fetch_executable_internal(
562562
if ($runuser === posix_getpwuid(posix_geteuid())['name'] ||
563563
RUNGROUP === posix_getgrgid(posix_getegid())['name']
564564
) {
565-
error("Do not run the judgedaemon as the runser or rungroup.");
565+
error("Do not run the judgedaemon as the runuser or rungroup.");
566566
}
567567

568568
// Set static environment variables for passing path configuration

0 commit comments

Comments
 (0)