Skip to content

Commit a781d24

Browse files
michalbiesektargos
authored andcommittedNov 26, 2023
build: fix typo libray -> library (configure.py)
Signed-off-by: Michal Biesek <michalbiesek@gmail.com> PR-URL: #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 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)
Please sign in to comment.