From 6f13b055f123eabb9cd1e9b80f83cc428863923c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Fri, 21 Mar 2014 08:01:20 +0100 Subject: [PATCH] [cspan] Fix typo in a comment --- youtube_dl/extractor/cspan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/cspan.py b/youtube_dl/extractor/cspan.py index 007d60529..2a8eda9ef 100644 --- a/youtube_dl/extractor/cspan.py +++ b/youtube_dl/extractor/cspan.py @@ -24,7 +24,7 @@ class CSpanIE(InfoExtractor): 'skip': 'Regularly fails on travis, for unknown reasons', }, { 'url': 'http://www.c-span.org/video/?c4486943/cspan-international-health-care-models', - # For whatever reason, the served vide oalternates between + # For whatever reason, the served video alternates between # two different ones #'md5': 'dbb0f047376d457f2ab8b3929cbb2d0c', 'info_dict': { -- 2.30.2