diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:51:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:04:37 -0700 |
commit | 0b14f150e9a4ad9155319c86234fb6a826649141 (patch) | |
tree | 54151d484b52c31e73540f5948f5ba1d6322a669 /gnu/packages/xiph.scm | |
parent | 4a0dda74fc7188931f5dc9998b63b7ae01c58ed5 (diff) | |
download | patches-0b14f150e9a4ad9155319c86234fb6a826649141.tar patches-0b14f150e9a4ad9155319c86234fb6a826649141.tar.gz |
gnu: libogg: Fix grammar of "allows to manipulate" to "manipulates".
* gnu/packages/xiph (libogg): Fix grammar.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 794dad517e..7c71bf0a28 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -74,7 +74,7 @@ '(#:configure-flags '("--disable-static"))) (synopsis "Library for manipulating the ogg multimedia format") (description - "The libogg library allows to manipulate the ogg multimedia container + "The libogg library manipulates the ogg multimedia container format, which encapsulates raw compressed data and allows the interleaving of audio and video data. In addition to encapsulation and interleaving of multiple data streams, ogg provides packet framing, error detection, and |