]> git.mxchange.org Git - friendica.git/commitdiff
spelling: previous
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:05 +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>
src/Network/Probe.php

index 041e227a4dbaff4ee6c10f70c32c73d020a0ceba..b87845d9840c925e4e640b6d55245972a25df47c 100644 (file)
@@ -769,7 +769,7 @@ class Probe
                if (empty($result['network']) && empty($ap_profile['network']) || ($network == Protocol::FEED)) {
                        $result = self::feed($uri);
                } else {
-                       // We overwrite the detected nick with our try if the previois routines hadn't detected it.
+                       // We overwrite the detected nick with our try if the previous routines hadn't detected it.
                        // Additionally, it is overwritten when the nickname doesn't make sense (contains spaces).
                        if ((empty($result['nick']) || (strstr($result['nick'], ' '))) && ($nick != '')) {
                                $result['nick'] = $nick;