From ea101a80be502817d2d213683b07f8faeac1517e Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sat, 17 Oct 2020 22:38:25 -0400
Subject: [PATCH 1/6] spelling

supression -> suppression
---
 USER_MANUAL.md     | 2 +-
 src/dlg_filter.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/USER_MANUAL.md b/USER_MANUAL.md
index 1fe8414..b044e02 100644
--- a/USER_MANUAL.md
+++ b/USER_MANUAL.md
@@ -443,7 +443,7 @@ This section describes features on Tools-Filter.
 
 Control | Description
  --- | --- |
-Noise Supression | Enable noise supression, dereverberation, AGC of mic signal using the Speex pre-processor
+Noise Suppression | Enable noise suppression, dereverberation, AGC of mic signal using the Speex pre-processor
 700C/700D Auto EQ | Automatic equalisation for FreeDV 700C and FreeDV 700D Codec input audio
 
 Auto EQ (Automatic Equalisation) adjusts the input speech spectrum to best fit the speech codec. It can remove annoying bass artefacts and make the codec speech easier to understand.
diff --git a/src/dlg_filter.cpp b/src/dlg_filter.cpp
index 9f265b4..8e95e85 100644
--- a/src/dlg_filter.cpp
+++ b/src/dlg_filter.cpp
@@ -90,7 +90,7 @@ FilterDlg::FilterDlg(wxWindow* parent, bool running, bool *newMicInFilter, bool
 
     m_ckboxSpeexpp = new wxCheckBox(this, wxID_ANY, _("Speex Noise Suppression"), wxDefaultPosition, wxDefaultSize, wxCHK_2STATE);
     sbSizer_speexpp->Add(m_ckboxSpeexpp, wxALIGN_LEFT, 2);
-    m_ckboxSpeexpp->SetToolTip(_("Enable noise supression, dereverberation, AGC of mic signal"));
+    m_ckboxSpeexpp->SetToolTip(_("Enable noise suppression, dereverberation, AGC of mic signal"));
 
     m_ckbox700C_EQ = new wxCheckBox(this, wxID_ANY, _("700C/700D Auto EQ"), wxDefaultPosition, wxDefaultSize, wxCHK_2STATE);
     sbSizer_speexpp->Add(m_ckbox700C_EQ, wxALIGN_LEFT, 2);
-- 
2.20.1

