diff --git a/src/node.cc b/src/node.cc index 5e8f752f86..25f249fa7b 100644 --- a/src/node.cc +++ b/src/node.cc @@ -420,7 +420,7 @@ static Handle Loop(const Arguments& args) { } static Handle 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()) {