]> git.mxchange.org Git - friendica.git/commitdiff
Small text correction
authorMichael Vogel <icarus@dabo.de>
Sun, 10 Jul 2016 07:29:43 +0000 (09:29 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 10 Jul 2016 07:29:43 +0000 (09:29 +0200)
include/Probe.php

index df2246f2064b91a88371e436f4cb3e9e03833248..f8c35acbe29bfe25b087d2c4f6003e280c481965 100644 (file)
@@ -289,7 +289,7 @@ class Probe {
         */
        private function detect($uri, $network, $uid) {
                if (strstr($uri, '@')) {
-                       // If the URI starts with "mailto:" then jum directly to the mail detection
+                       // If the URI starts with "mailto:" then jump directly to the mail detection
                        if (strpos($url,'mailto:') !== false) {
                                $uri = str_replace('mailto:', '', $url);
                                return self::mail($uri, $uid);