From d0c86554ea670ff1d0e5322f256c25e0b01d32fc Mon Sep 17 00:00:00 2001 From: tpoisseau <22891227+tpoisseau@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:32:39 +0200 Subject: [PATCH] fix: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/54213#discussion_r1731171233 Co-authored-by: Michaƫl Zasso --- src/env_properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env_properties.h b/src/env_properties.h index 32f4c51bbe4b617..44cd71ed5e1c676 100644 --- a/src/env_properties.h +++ b/src/env_properties.h @@ -298,7 +298,7 @@ V(require_string, "require") \ V(resource_string, "resource") \ V(retry_string, "retry") \ - V(return_string, "retry") \ + V(return_string, "return") \ V(salt_length_string, "saltLength") \ V(scheme_string, "scheme") \ V(scopeid_string, "scopeid") \