]> git.mxchange.org Git - friendica.git/commitdiff
spelling: already
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:47 +0000 (23:16 -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>
src/Util/ParseUrl.php
view/js/friendica-tagsinput/friendica-tagsinput.js
view/js/linkPreview.js
view/theme/frio/templates/theme_settings.tpl

index f1e96dedc3b8347a0c673f5134c285b0c2f2203e..d7475e98190d317db415d2a1b415cd5e0ab49177 100644 (file)
@@ -686,7 +686,7 @@ class ParseUrl
        {
                $urlarr = parse_url($url);
 
-               // If the url does allready have an scheme
+               // If the url does already have an scheme
                // we can stop the process here
                if (isset($urlarr['scheme'])) {
                        return $url;
index 45c00641fdb65bd672925969477a09b87e114045..8b83b483865d96c76ac7ae2dff70c408deada347 100644 (file)
           itemTitle = self.options.itemTitle(item),
           itemThumb = self.options.itemThumb(item);
 
-      // Ignore items allready added
+      // Ignore items already added
       var existing = $.grep(self.itemsArray, function(item) { return self.options.itemValue(item) === itemValue; } )[0];
       if (existing && !self.options.allowDuplicates) {
         // Invoke onTagExists
index e0ce0f64f5d66a2e6f8305134c47f3f94d2a005f..9300784d337d37275f44be6fe0c00825c2e62ef0 100644 (file)
                 * @returns {void}
                 */
                var processAttachmentTpl = function(data) {
-                       // Load and add the template if it isn't allready loaded.
+                       // Load and add the template if it isn't already loaded.
                        if ($('#preview_' + id).length === 0) {
                                var tpl = previewTpl.format(
                                        'type-' + data.type,
index 7175d97792d20dea1cc68b423d7abcfdcde82362..ec509714c81a35e0c6d288b95664a35a4fe540fd 100644 (file)
                        }
                });
 
-               // show the image options is there is allready an image
+               // show the image options is there is already an image
                if($("#id_frio_background_image").val().length != 0) {
                                $("#frio_bg_image_options").show();
                }