mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libogg: Fix grammar of "allows to manipulate" to "manipulates".
* gnu/packages/xiph (libogg): Fix grammar.
This commit is contained in:
parent
4a0dda74fc
commit
0b14f150e9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ (define libogg
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
(synopsis "Library for manipulating the ogg multimedia format")
|
(synopsis "Library for manipulating the ogg multimedia format")
|
||||||
(description
|
(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
|
format, which encapsulates raw compressed data and allows the interleaving of
|
||||||
audio and video data. In addition to encapsulation and interleaving of
|
audio and video data. In addition to encapsulation and interleaving of
|
||||||
multiple data streams, ogg provides packet framing, error detection, and
|
multiple data streams, ogg provides packet framing, error detection, and
|
||||||
|
|
Loading…
Reference in a new issue