]> git.mxchange.org Git - friendica.git/commitdiff
spelling: comment
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:06 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/theme.js

index 843fe97dfba7d9619ce4a040401aebbf5a86f4eb..657bccf1066af07ff8f7b145d0292942dd170c91 100644 (file)
@@ -740,7 +740,7 @@ function scrollToItem(elementId) {
                )
                .promise()
                .done(function () {
-                       // Highlight post/commenent with ID  (GUID)
+                       // Highlight post/comment with ID  (GUID)
                        $el.animate(colWhite, 1000).animate(colShiny).animate({ backgroundColor: "transparent" }, 600);
                });
 }