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

index 8556f022c622744776a65f354c74d374b94175b7..be799281e037c07c063b24dd77d077f49c17a3ed 100644 (file)
@@ -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;