Skip to content

Commit

Permalink
[fix] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed May 30, 2012
1 parent 5f47ec5 commit 7718f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vimeo.js
Expand Up @@ -153,7 +153,7 @@ function activity (usr,opt,cb) {
});

} else {
cb(new Error("Invalid Request");
cb(new Error("Invalid Request"));
}
}

Expand Down

0 comments on commit 7718f70

Please sign in to comment.