Skip to content

Commit 9671d79

Browse files
committed
fix spell mistakes
1 parent afad8e0 commit 9671d79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

segmentoj/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
VERIFY_EMAIL_TEMPLATE_TITLE = "[SegmentOJ] Email Verify"
166166
VERIFY_EMAIL_TEMPLATE_CONTENT = """Hi, {username}<br/>
167167
It seems that you have just requested an email verify!<br/>
168-
<strong>You code is:</strong> <code>{signature}</code><br/>
168+
<strong>Your code is:</strong> <code>{signature}</code><br/>
169169
Please use it in 20 minutes.<br/>
170170
"""
171171
VERIFY_EMAIL_MAX_AGE = 20

status/JudgeStatus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JUDGE_STATUS_WAITING = 0 # waiting
2-
JUDGE_STATUS_COMILING = 1 # compiling
2+
JUDGE_STATUS_COMPILING = 1 # compiling
33
JUDGE_STATUS_JUDGING = 2 # judging
44
JUDGE_STATUS_INPROCESS = 3 # doing (but the judger did not return judging or compiling yet)
55
JUDGE_STATUS_AC = 10 # Answer Correct

0 commit comments

Comments
 (0)