]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Fixed a typo in the Efukt class.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 30 Aug 2009 02:21:06 +0000 (22:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 30 Aug 2009 02:21:06 +0000 (22:21 -0400)
src/websites/efukt.rb

index 4d5d397d24e1fa093927d1fce749aae228494f57..27d20992927dc57cba00b3846611a677e7dedab5 100644 (file)
@@ -43,7 +43,7 @@ class Efukt < Website
     
     # Most of the URLs will just be the video's id,
     # followed by an underscore and the video title (with
-    # all spaces replaced by underscores. Sounds look a good
+    # all spaces replaced by underscores. Sounds like a good
     # filename to me.
     filename_regex = /\/([[:alnum:]_]+)\.html/
     matches = filename_regex.match(@url)