Fixing a typo.

This commit is contained in:
Marat Fayzullin 2024-11-02 15:20:25 -04:00
parent 8f5bf9df75
commit 99cb81ea9b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function tuneBySquelch(dir) {
var squelch = $slider.val() - 13.0; var squelch = $slider.val() - 13.0;
// Start from the current offset within the waterfall // Start from the current offset within the waterfall
var f = UI.getOffsetFreqency(); var f = UI.getOffsetFrequency();
// Scan up or down the waterfall // Scan up or down the waterfall
dir = tuning_step * (dir>=0? 1 : -1); dir = tuning_step * (dir>=0? 1 : -1);