From 0c40a2954d2846576a285a55643c884fd25eeb3f Mon Sep 17 00:00:00 2001 From: KentuckyFriedData <31137660+KentuckyFriedData@users.noreply.github.com> Date: Tue, 13 Jul 2021 11:59:38 -0700 Subject: [PATCH] Fixed small typos --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c6d757a9..a6e6a204 100644 --- a/readme.md +++ b/readme.md @@ -305,18 +305,18 @@ Modules in beta are still included in releases for the most part but not enabled | frequency_manager | Beta | - | OPT_BUILD_FREQUENCY_MANAGER | ✅ | ✅ | ✅ | | recorder | Working | - | OPT_BUILD_RECORDER | ✅ | ✅ | ✅ | -# Toubleshooting +# Troubleshooting First, please make sure you're running the latest automated build. If your issue is linked to a bug it is likely that is has already been fixed in later releases ## "hash collision" error when starting -You likely installed the `soapysdr-module-all` package on Ubuntu/Debian. If not it's still a SoapySDR bug caused by multiple soapy modules comming in conflict. Uninstall anything related to SoapySDR then install soapysdr itself and only the soapy modules you actually need. +You likely installed the `soapysdr-module-all` package on Ubuntu/Debian. If not it's still a SoapySDR bug caused by multiple soapy modules coming in conflict. Uninstall anything related to SoapySDR then install soapysdr itself and only the soapy modules you actually need. ## "I don't see -insert module name here-, what's going on?" If the module was included in a later update, it's not enabled in the config. The easiest way to fix this is just to delete the `config.json` file and let SDR++ recreate it (you will lose your setting relating to the main UI like VFO colors, zoom level and theme). -The best option however is to edit the config file to add an instance of the module you wish to hae enabled (see the Module List). +The best option however is to edit the config file to add an instance of the module you wish to have enabled (see the Module List). ## SDR++ crashes when stopping a RTL-SDR