From fc5b695197befef31058de5aa602383efbc6c9d9 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 25 Apr 2024 04:19:45 +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 --- graal-nodejs/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graal-nodejs/configure.py b/graal-nodejs/configure.py index 96d1d9f7c5d..3c1a300a34f 100755 --- a/graal-nodejs/configure.py +++ b/graal-nodejs/configure.py @@ -472,7 +472,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)