Browse Source

Depreciation -> Deprecation

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
6ec2f877c2
  1. 2
      src/node.cc

2
src/node.cc

@ -420,7 +420,7 @@ static Handle<Value> Loop(const Arguments& args) {
}
static Handle<Value> Unloop(const Arguments& args) {
fprintf(stderr, "Node.js Depreciation: Don't use process.unloop(). It will be removed soon.\n");
fprintf(stderr, "Deprecation: Don't use process.unloop(). It will be removed soon.\n");
HandleScope scope;
int how = EVUNLOOP_ONE;
if (args[0]->IsString()) {

Loading…
Cancel
Save