]> git.mxchange.org Git - friendica.git/commitdiff
spelling: the
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 21 Mar 2023 03:13:56 +0000 (23:13 -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>
14 files changed:
src/Network/Probe.php
src/Protocol/ActivityPub/Receiver.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
update.php
view/js/linkPreview.js
view/theme/frio/js/hovercard.js
view/theme/frio/js/mod_events.js
view/theme/frio/js/modal.js
view/theme/frio/js/theme.js
view/theme/frio/templates/calendar/event_form.tpl
view/theme/frio/templates/jot-header.tpl
view/theme/frio/templates/nav.tpl
view/theme/frio/theme.php

index b87845d9840c925e4e640b6d55245972a25df47c..d344d556c3ff19f2b8908d8bd609c4cb6f978f87 100644 (file)
@@ -1623,7 +1623,7 @@ class Probe
                if (!empty($feed_data['header']['author-about'])) {
                        $data['about'] = $feed_data['header']['author-about'];
                }
-               // OStatus has serious issues when the the url doesn't fit (ssl vs. non ssl)
+               // OStatus has serious issues when the url doesn't fit (ssl vs. non ssl)
                // So we take the value that we just fetched, although the other one worked as well
                if (!empty($feed_data['header']['author-link'])) {
                        $data['url'] = $feed_data['header']['author-link'];
index 60846dcdb857f6b13d38874b8065810e1c46780b..a18a1092848a366bd878408dc1568d577f007d00 100644 (file)
@@ -248,7 +248,7 @@ class Receiver
         * Fetches the object type for a given object id
         *
         * @param array   $activity
-        * @param string  $object_id Object ID of the the provided object
+        * @param string  $object_id Object ID of the provided object
         * @param integer $uid       User ID
         *
         * @return string with object type or NULL
@@ -1372,7 +1372,7 @@ class Receiver
        /**
         * Fetches the object data from external ressources if needed
         *
-        * @param string  $object_id    Object ID of the the provided object
+        * @param string  $object_id    Object ID of the provided object
         * @param array   $object       The provided object array
         * @param boolean $trust_source Do we trust the provided object?
         * @param integer $uid          User ID for the signature that we use to fetch data
index b8547de91debd18b4abd4973200930e44f177385..63d51950883e33e7c40ecdbc0b93149f1193bea4 100644 (file)
@@ -1585,7 +1585,7 @@ class DFRN
                Logger::info('Process verb ' . $item['verb'] . ' and object-type ' . $item['object-type'] . ' for entrytype ' . $entrytype);
 
                if (($entrytype == self::TOP_LEVEL) && !empty($importer['id'])) {
-                       // The filling of the the "contact" variable is done for legacy reasons
+                       // The filling of the "contact" variable is done for legacy reasons
                        // The functions below are partly used by ostatus.php as well - where we have this variable
                        $contact = Contact::selectFirst([], ['id' => $importer['id']]);
 
index f6dbfa7e3a5271626c6dda928fbf2556b5d40a33..96a224c69e59ce73ac1f12ef2be40138d035b572 100644 (file)
@@ -2770,7 +2770,7 @@ class Diaspora
                }
 
                // Normally we should have a filled "addr" field - but in the past this wasn't the case
-               // So - just in case - we build the the address here.
+               // So - just in case - we build the address here.
                if ($contact['nickname'] != '') {
                        $nick = $contact['nickname'];
                } else {
index 672c11a4f49097342f8a3d78fd16074ab6ce7ad7..8dcd1b71dd2ce5d89fffb8176a467d19541e4b9c 100644 (file)
@@ -79,7 +79,7 @@ function update_1298()
                                        $a = new \stdClass();
                                        $a->strings = [];
 
-                                       // First we get the the localizations
+                                       // First we get the localizations
                                        if (file_exists('view/lang/$lang/strings.php')) {
                                                include 'view/lang/$lang/strings.php';
                                        }
index d54cbd50585cd51434febe181c5baf8914bd80d6..e41aed39d4e9a07f231bf3b9a7a4750a046410f1 100644 (file)
 
                        // More than just one image.
                        if (images.length > 1) {
-                               // Enable the the button to change the preview pictures.
+                               // Enable the button to change the preview pictures.
                                $('#previewChangeImg_' + id).show();
 
                                if (firstPosted === false) {
index 50c9623766e454ef8a91a4a21e072985c4a44d25..3933628949e163c273d252c90aa006248ffaa1a8 100644 (file)
@@ -140,7 +140,7 @@ function openHovercard(targetElement, contactUrl, timeNow) {
                                .popover({
                                        html: true,
                                        placement: function () {
-                                               // Calculate the placement of the the hovercard (if top or bottom)
+                                               // Calculate the placement of the hovercard (if top or bottom)
                                                // The placement depence on the distance between window top and the element
                                                // which triggers the hover-card
                                                let get_position = $(targetElement).offset().top - $(window).scrollTop();
index 1edba87afb95992b9abe7d361fc15a08e2cbe026..4ac669a35388864467988d2bfba9ec6637799998 100644 (file)
@@ -266,9 +266,9 @@ function eventHoverHtmlContent(event) {
        // Get only template data if there exists location data
        if (event.location) {
                var eventLocationText = htmlToText(event.location);
-               // Get the the html template for formatting the location
+               // Get the html template for formatting the location
                var eventLocationTemplate = eventHoverLocationTemplate();
-               // Format the event location data according to the the event location
+               // Format the event location data according to the event location
                // template
                eventLocation = eventLocationTemplate.format(eventLocationText);
        }
@@ -295,7 +295,7 @@ function eventHoverHtmlContent(event) {
        return formatted;
 }
 
-// transform the the list view event element into formatted html
+// transform the list view event element into formatted html
 function formatListViewEvent(event) {
        // The basic template for list view
        var template =
index 59dbf5ba9c45aef25f21f97b693016e8b4494c1f..07c2d4676c53a01d746c9614072488f19a28f69c 100644 (file)
@@ -361,7 +361,7 @@ function toggleJotNav(elm) {
 // it redirects you to your own server. In such cases we can't
 // load it into a modal.
 function openWallMessage(url) {
-       // Split the the url in its parts.
+       // Split the url in its parts.
        var parts = parseUrl(url);
 
        // If the host isn't the same we can't load it in a modal.
index e29c74f6fe5210b9ee99326eeb3c36a3b4b8f490..8556f022c622744776a65f354c74d374b94175b7 100644 (file)
@@ -279,7 +279,7 @@ $(document).ready(function () {
        // Set the padding for input elements with inline buttons
        //
        // In Frio we use some input elements where the submit button is visually
-       // inside the the input field (through css). We need to set a padding-right
+       // inside the input field (through css). We need to set a padding-right
        // to the input element where the padding value would be at least the width
        // of the button. Otherwise long user input would be invisible because it is
        // behind the button.
index e22c3776d02ce53ad937a5c4b7e157f5fcd55561..700900941bfef38491e14da7d28a148a35f8ab4d 100644 (file)
@@ -47,7 +47,7 @@
                                {{* The field for event finish time *}}
                                {{$f_dsel nofilter}}
 
-                               {{* checkbox if the the event doesn't have a finish time *}}
+                               {{* checkbox if the event doesn't have a finish time *}}
                                {{include file="field_checkbox.tpl" field=$nofinish}}
                        </div>
 
index 9ac56d27d58cbda05f827fbfb85c081371d05184..643c1d94a92e5e9ae8789f757d6d7c6d46404b53 100644 (file)
                                }
                        });
 
-                       // Fade the the the container from the items we want to delete
+                       // Fade the container from the items we want to delete
                        for(var key in  ItemsToDelete) {
                                $(ItemsToDelete[key]).fadeTo('fast', 0.33);
                        };
index 8a1d39095e4a1480f2a65957a63171200c587c44..bac64683a2e9f5712f5bd5438626c6f981b8e9aa 100644 (file)
@@ -11,7 +11,7 @@
                                        <div id="remote-logo-img" aria-label="{{$home}}"></div>
                                </a>
                        {{else}}
-                               {{* #logo-img is the the placeholder to insert a mask (friendica logo) into this div
+                               {{* #logo-img is the placeholder to insert a mask (friendica logo) into this div
                                For Firefox we have to call the paths of the mask (look at the bottom of this file).
                                Because for FF we need relative paths we apply them with js after the page is loaded (look at theme.js *}}
                                <a href="{{$baseurl}}">
index d49ffaa6f50359647be9b955b9e452b55750149a..9ef4d8ca0a86df9a19f654cd8ceafa978a82f641 100644 (file)
@@ -153,7 +153,7 @@ function frio_contact_photo_menu(&$args)
                $pmlink = '';
        }
 
-       // Set the the indicator for opening the status, profile and photo pages
+       // Set the indicator for opening the status, profile and photo pages
        // in a new tab to false if the contact a dfrn (friendica) contact
        // We do this because we can go back on foreign friendica pages throuhg
        // friendicas "magic-link" which indicates a friendica user on foreign