Depreciation -> Deprecation

This commit is contained in:
Ryan Dahl 2010-03-11 23:50:41 -08:00
parent b13081691e
commit 6ec2f877c2

View File

@ -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()) {