mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix convent_band -> convert_band typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user