diff --git a/templates/comments/media-js.html b/templates/comments/media-js.html index cf1b5ac788..ee28911fe9 100644 --- a/templates/comments/media-js.html +++ b/templates/comments/media-js.html @@ -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;