Fix typo at comments

This commit is contained in:
int2001
2025-02-12 16:29:45 +00:00
parent b658215418
commit 97188ea76a
3 changed files with 3 additions and 3 deletions

View File

@@ -450,7 +450,7 @@ class Qrz extends CI_Controller {
$record['qsl_rcvd'] = $config['qrz_rcvd_mark'];
}
// Prop-Mode not given? Create array-key andfill with null
// Prop-Mode not given? Create array-key and fill with null
if (!(array_key_exists('prop_mode', $record))) {
$record['prop_mode']=null;
}