summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-30 15:52:14 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-30 17:19:57 -0700
commited8c12fb1c8fcf0ad10b6d4115dd68a9b5c212be (patch)
tree3e4135594ab1e3e63b31053319d5e1ca1cc1dcd0 /gnu/packages/audio.scm
parentd343c12b4d31c7b6dfa8d738750c6db55755ed90 (diff)
downloadguix-patches-ed8c12fb1c8fcf0ad10b6d4115dd68a9b5c212be.tar
guix-patches-ed8c12fb1c8fcf0ad10b6d4115dd68a9b5c212be.tar.gz
gnu: resample: Fix grammar.
* gnu/packages/audio (resample)[description]: Fix gramar of "allows designing".
Diffstat (limited to 'gnu/packages/audio.scm')
-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 74bf0abf50..b842b22587 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2938,7 +2938,7 @@ aimed at audio/musical applications.")
(description "This package contains the @command{resample} and
@command{windowfilter} command line utilities. The @command{resample} command
allows changing the sampling rate of a sound file, while the
-@command{windowfilter} command allows to design Finite Impulse Response (FIR)
+@command{windowfilter} command allows designing Finite Impulse Response (FIR)
filters using the so-called @emph{window method}.")
(home-page "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html")
(license license:lgpl2.1+)))