From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:06 +0000 (-0400) Subject: spelling: comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acb1e7108277b6ae5442532c3be80c7a6fd81b4d;p=friendica.git spelling: comment Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 843fe97dfb..657bccf106 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -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); }); }