Fixing a typo.
This commit is contained in:
parent
8f5bf9df75
commit
99cb81ea9b
|
|
@ -74,7 +74,7 @@ function tuneBySquelch(dir) {
|
|||
var squelch = $slider.val() - 13.0;
|
||||
|
||||
// Start from the current offset within the waterfall
|
||||
var f = UI.getOffsetFreqency();
|
||||
var f = UI.getOffsetFrequency();
|
||||
|
||||
// Scan up or down the waterfall
|
||||
dir = tuning_step * (dir>=0? 1 : -1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue