Minor change to oclc lookup heuristic.
[quanlib.git] / walkdir.rb
index fb23fcf56d44d1fd8bbbad76153aabd2debb6898..b00645545fa984b5fbef17b09b45513957ab6f69 100644 (file)
@@ -4,7 +4,7 @@
 #   .../AuthorName/Title_of_the_Awesome_Book.ext
 #
 # Author is given as FirstLast.  For example, 
-# Robert Anson Heinlein is RoberHeinlein, and 
+# Robert Anson Heinlein is RobertHeinlein, and 
 # JKRowling is JoanneRowling.
 #
 # Book titles have spaces replaced with underscores,
@@ -96,7 +96,6 @@ class WalkDir
         result.push(fullName)
       end
     end
-    #puts result
     return result
   end
 end