Fix convent_band -> convert_band typo

This commit is contained in:
Ondřej Nový
2022-07-09 20:15:57 +02:00
parent 9604bf4a2f
commit e3ceb8ba62
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ class QSO extends CI_Controller {
$this->load->library('frequency');
echo $this->frequency->convent_band($band, $mode);
echo $this->frequency->convert_band($band, $mode);
}
/*