From 8a11a60932115725d65791d99a817aefbde174b7 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 10 Jul 2016 09:29:43 +0200 Subject: [PATCH] Small text correction --- include/Probe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Probe.php b/include/Probe.php index df2246f206..f8c35acbe2 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -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);