Skip to content

Commit 4ea89c7

Browse files
committed
build: fix typo libray -> library (configure.py)
Signed-off-by: Michal Biesek <[email protected]>
1 parent dadbdaf commit 4ea89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
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)