Skip to content

Commit c397004

Browse files
authored
Fix "Cashed" misspelling
Also harmonize the phrase with the one below it
1 parent fb05ea4 commit c397004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rrd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ function __rrd_execute($command_line, $log_to_stdout, $output_flag, $rrdtool_pip
394394
if ($output == '' || $output === null) {
395395
if (debounce_run_notification('rrdtool_command_crash', 28880)) {
396396
$backtrace = cacti_debug_backtrace('RRDTOOL Error');
397-
$log_message = sprintf('WARNING: RRDtool Cashed executing the following command %s. %s', $command_line, $backtrace);
398-
$email_message = __('WARNING: RRDtool Crashed execution the following command line %s. %s', $command_line, $backtrace);
397+
$log_message = sprintf('WARNING: RRDtool Crashed executing the following command line %s. %s', $command_line, $backtrace);
398+
$email_message = __('WARNING: RRDtool Crashed executing the following command line %s. %s', $command_line, $backtrace);
399399

400400
cacti_log($log_message, false, 'RRDTOOL');
401401
admin_email(__('RRDtool Command Crashed'), $email_message);

0 commit comments

Comments
 (0)