Skip to content

Commit a781d24

Browse files
michalbiesektargos
authored andcommitted
build: fix typo libray -> library (configure.py)
Signed-off-by: Michal Biesek <[email protected]> PR-URL: #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 52d5dd8 commit a781d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
static_optgroup.add_argument('--static-zoslib-gyp',
458458
action='store',
459459
dest='static_zoslib_gyp',
460-
help='path to zoslib.gyp file for includes and to link to static zoslib libray')
460+
help='path to zoslib.gyp file for includes and to link to static zoslib library')
461461

462462
parser.add_argument_group(static_optgroup)
463463

0 commit comments

Comments
 (0)