diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-01-04 11:41:35 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-01-04 11:41:35 +0100 |
commit | 34a19d3595a66f0c5ec7207c49af9cbfe88059a4 (patch) | |
tree | 0888514b5ce01366010fe00a1d1462e2ffde6141 /gnu/packages/video.scm | |
parent | fb0356d9564255b6a983960d06d274b3ee3a1903 (diff) | |
download | patches-34a19d3595a66f0c5ec7207c49af9cbfe88059a4.tar patches-34a19d3595a66f0c5ec7207c49af9cbfe88059a4.tar.gz |
gnu: vlc: Fix typo in synopsis.
* gnu/packages/video.scm (vlc)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/video.scm')
-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 2b2da4396b..bb81365673 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1060,7 +1060,7 @@ videoformats depend on the configuration flags of ffmpeg.") (synopsis "Audio and video framework") (description "VLC is a cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various -treaming protocols.") +streaming protocols.") (license license:gpl2+))) (define-public mplayer |