Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peuuuur-Noel committed Jul 26, 2023
1 parent 510c40c commit 1381db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function nut_ups_status($rows, $valueOnly = false)
# if only ups.status value as param
if ($valueOnly)
$status_values = explode(' ', $row);
# if statut array as param, find ups.status
# if status array as param, find ups.status
else if (preg_match('/^ups.status:\s*([^$]+)/i', $row, $matches))
$status_values = explode(' ', $matches[1]);
# skip everything else
Expand Down

0 comments on commit 1381db2

Please sign in to comment.