]> git.mxchange.org Git - friendica.git/commitdiff
spelling: process
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:07 +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/js/linkPreview.js

index c8012ce1509cfd1a5b646eaf2cfab48fe3f346f7..d54cbd50585cd51434febe181c5baf8914bd80d6 100644 (file)
                                isExtern = true;
                        }
 
-                       // Don't procces the textarea input if we have already
+                       // Don't process the textarea input if we have already
                        // an attachment preview.
                        if (!isExtern && isActive) {
                                return;
                };
 
                /**
-                * Proccess all attachment data and show up a html
+                * Process all attachment data and show up a html
                 * attachment preview.
                 * 
                 * @param {obj} data Attachment data.