Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Linegod committed Dec 12, 2023
1 parent 3e36016 commit caf591e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poller_graphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function mikrotik_dq_graphs($host_id, $query_id, $graph_template_id, $query_type
}
}
} else {
print trim("NOTE: Graph command for item: '$field_value' succeded. Results relow") . PHP_EOL;
print trim("NOTE: Graph command for item: '$field_value' succeeded. Results relow") . PHP_EOL;

if (sizeof($output)) {
foreach($output as $l) {
Expand Down
2 changes: 1 addition & 1 deletion poller_mikrotik.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function process_hosts() {
$pl = db_fetch_cell('SELECT count(*) FROM plugin_mikrotik_processes');

if ($processes_left == 0) {
print "NOTE: All Processees Complete, Exiting\n";
print "NOTE: All Processes Complete, Exiting\n";
break;
} else {
print "NOTE: Waiting on '$processes_left' Processes\n";
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ function mikrotik_setup_table() {
`last_updated` timestamp default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`mac_address`, `hostname`))
ENGINE=InnoDB
COMMENT='Holds mappings from MAC Addres to Hostname'");
COMMENT='Holds mappings from MAC Address to Hostname'");
}

function mikrotik_poller_bottom() {
Expand Down

0 comments on commit caf591e

Please sign in to comment.