mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix typo in comment
Inb4 `git blame` tells me I made this typo...
This commit is contained in:
parent
292ba1a600
commit
912fe4d277
@ -56,7 +56,7 @@
|
||||
var revision_ajax = $comment.attr("data-revision-ajax");
|
||||
var show_revision = cur_revision + offset;
|
||||
|
||||
// Do nothing if desired revision is out of buonds
|
||||
// Do nothing if desired revision is out of bounds
|
||||
if (show_revision < 0 || show_revision > max_revision)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user