From d0ddf72b100e70f4218aa71a7a4387f09b0e6b27 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 28 Feb 2021 21:04:43 +0100 Subject: [PATCH] fix typo --- owrx/source/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index 5a55f9c..e0d7e38 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -496,7 +496,7 @@ class SdrDeviceDescription(object): ), ExponentialInput( "lfo_offset", - "Oscilator offset", + "Oscillator offset", "Hz", infotext="Use this when the actual receiving frequency differs from the frequency to be tuned on the" + " device.
Formula: Center frequency + oscillator offset = sdr tune frequency",