Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jan 23, 2011
1 parent e2ecd91 commit 457f47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/duplicates.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RemoveDuplicates extends nodeio.JobClass
for line in lines
if not line in seen_lines
@emit line
seel_lines.push line
seen_lines.push line

class FindDuplicates extends nodeio.JobClass
reduce: (lines) ->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "node.io",
"description" : "A distributed data scraping and processing framework for node.js",
"version" : "0.2.1-15",
"version" : "0.2.1-17",
"homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>",
Expand Down

0 comments on commit 457f47a

Please sign in to comment.