diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-19 16:26:13 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-19 16:26:41 -0500 |
commit | 0f887e335f7bf7e888ec53cff41baebd92947f1b (patch) | |
tree | 8bc9a52499430591a1530110b5cdd8a3fb34c71b | |
parent | beb75b449d9f4bfbb10ef06e1bdca4c615d5b521 (diff) | |
download | guix-0f887e335f7bf7e888ec53cff41baebd92947f1b.tar guix-0f887e335f7bf7e888ec53cff41baebd92947f1b.tar.gz |
gnu: transcode: Fix typo in description.
* gnu/packages/video.scm (transcode)[description]: Fix typo.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index bb40eb7cc7..461ccbb950 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -295,7 +295,7 @@ ("zlib" ,zlib))) (synopsis "Audio/Video Transcoder") (description "Transcode is a fast, versatile and command-line based -audio/video everything to everything converter primarily focussed on producing +audio/video everything to everything converter primarily focused on producing AVI video files with MP3 audio, but also including a program to read all the video and audio streams from a DVD.") (home-page |