vagrantc pushed a commit to branch master
in repository guix.
commit ed8c12fb1c8fcf0ad10b6d4115dd68a9b5c212be
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Oct 30 15:52:14 2020 -0700
gnu: resample: Fix grammar.
* gnu/packages/audio (resample)[description]: Fix gramar of "allows
designing".
---
gnu/packages/audio.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 74bf0ab..b842b22 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+)))