Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Linegod committed Feb 17, 2025
1 parent 1a10cf4 commit 26d14c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller_graphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function execute_automation($command, $type, $field_value = '') {
}
}
} else {
print trim("NOTE: $type command for item: '$field_value' succeded. Results relow") . PHP_EOL;
print trim("NOTE: $type command for item: '$field_value' succeeded. Results relow") . PHP_EOL;

if (sizeof($output)) {
foreach($output as $l) {
Expand Down

0 comments on commit 26d14c0

Please sign in to comment.