summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:53:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:30 +0200
commit7699bbb3a91c1e348d47e73863d9c1aa4e549795 (patch)
treedabe4de14b96701d37b27897557e44ddb22a023b
parent87ff6ea8e27f595bf35b67540b2cf08a60eab4ec (diff)
gnu: lv2-speech-denoiser: Fix typo in description.
* gnu/packages/audio.scm (lv2-speech-denoiser)[description]: Fix typo.
-rw-r--r--gnu/packages/audio.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6e064f7175..24175cdab7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4260,7 +4260,7 @@ the following features:
(home-page "https://github.com/werman/noise-suppression-for-voice")
(synopsis "Speech denoise LV2 plugin based on Xiph's RNNoise library")
(description "RNNoise is a library that uses deep learning to apply
-noise supression to audio sources with voice presence. This package provides
+noise suppression to audio sources with voice presence. This package provides
an LV2 audio plugin.")
(license license:lgpl3+))))