From a781d24624f9f9cb95e314ac5037441e9634d230 Mon Sep 17 00:00:00 2001 From: michalbiesek Date: Tue, 15 Aug 2023 20:40:33 +0200 Subject: [PATCH] build: fix typo `libray` -> `library` (configure.py) Signed-off-by: Michal Biesek PR-URL: https://github.com/nodejs/node/pull/49106 Reviewed-By: Richard Lau Reviewed-By: Deokjin Kim Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index cf89cce9cd8aac..e5e1a77155551f 100755 --- a/configure.py +++ b/configure.py @@ -457,7 +457,7 @@ static_optgroup.add_argument('--static-zoslib-gyp', action='store', dest='static_zoslib_gyp', - help='path to zoslib.gyp file for includes and to link to static zoslib libray') + help='path to zoslib.gyp file for includes and to link to static zoslib library') parser.add_argument_group(static_optgroup)