Fix typo in comment

Inb4 `git blame` tells me I made this typo...
This commit is contained in:
Roger Fu 2023-12-04 21:47:30 -05:00
parent 292ba1a600
commit 912fe4d277

View File

@ -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;