Skip to content

Commit 482aee9

Browse files
committed
build: fix typo libray -> library (configure.py)
Signed-off-by: Michal Biesek <[email protected]> PR-URL: nodejs/node#49106 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9458aee commit 482aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
static_optgroup.add_argument('--static-zoslib-gyp',
473473
action='store',
474474
dest='static_zoslib_gyp',
475-
help='path to zoslib.gyp file for includes and to link to static zoslib libray')
475+
help='path to zoslib.gyp file for includes and to link to static zoslib library')
476476

477477
parser.add_argument_group(static_optgroup)
478478

0 commit comments

Comments
 (0)