From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:58 +0000 (-0400) Subject: spelling: whitespace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26d2c0d2dc49f6d344a899f8d4a6ace388e16711;p=friendica.git spelling: whitespace 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 8556f022c6..be799281e0 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -698,7 +698,7 @@ function parseUrl(str, component) { return uri; } -// trim function to replace whithespace after the string +// trim function to replace whitespace after the string String.prototype.rtrim = function () { var trimmed = this.replace(/\s+$/g, ""); return trimmed;