From 9442910118028ce81012e834f6cd5e77ebf58968 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:05 -0400 Subject: [PATCH] spelling: previous Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Network/Probe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 041e227a4d..b87845d984 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -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;