Skip to content

Commit cf2b82e

Browse files
authored
docs: fix comment typo 'Matrack' -> 'Mactrack' in mactrack_actions.php (fixes #282) (#331)
1 parent 45f73f0 commit cf2b82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mactrack_actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function sync_cacti_to_mactrack($device) {
172172

173173
include_once($config['base_path'] . '/plugins/mactrack/lib/mactrack_functions.php');
174174

175-
/* do we want to 'Sync Cacti Device to Matrack Device'
175+
/* do we want to 'Sync Cacti Device to Mactrack Device'
176176
* AND has the device already been assigned a 'valid' Mactrack device id
177177
* (aka: has the device been saved successfully) */
178178
if ((read_config_option('mt_update_policy', true) == 2) && ($device['id'] > 0)) {

0 commit comments

Comments
 (0)