Skip to content

Commit

Permalink
build: fix typo libray -> library (configure.py)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sercher committed Apr 25, 2024
1 parent 4c5e224 commit fc5b695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graal-nodejs/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fc5b695

Please sign in to comment.