From f114e5ba330a08803bb6dc7f16f20890ca493718 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 Aug 2019 08:48:03 +0300 Subject: doc, lib, src, test, tools: fix assorted typos PR-URL: https://github.com/nodejs/node/pull/29075 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- src/node_process_object.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_process_object.cc') diff --git a/src/node_process_object.cc b/src/node_process_object.cc index 54ae8e6a21..92124503ab 100644 --- a/src/node_process_object.cc +++ b/src/node_process_object.cc @@ -125,7 +125,7 @@ MaybeLocal CreateProcessObject(Environment* env) { #endif // NODE_HAS_RELEASE_URLS // process._rawDebug: may be overwritten later in JS land, but should be - // availbale from the begining for debugging purposes + // available from the beginning for debugging purposes env->SetMethod(process, "_rawDebug", RawDebug); return scope.Escape(process); -- cgit v1.2.3