Skip to content

Commit fc5b695

Browse files
committed
build: fix typo libray -> library (configure.py)
Signed-off-by: Michal Biesek <michalbiesek@gmail.com> PR-URL: nodejs/node#49106 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4c5e224 commit fc5b695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)