From 5ec7f2000e59a8d035f47813e85db6c2aea0675d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 29 Aug 2009 22:21:06 -0400 Subject: [PATCH] Fixed a typo in the Efukt class. --- src/websites/efukt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/websites/efukt.rb b/src/websites/efukt.rb index 4d5d397..27d2099 100644 --- a/src/websites/efukt.rb +++ b/src/websites/efukt.rb @@ -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) -- 2.43.2