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 <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>
  • Loading branch information
michalbiesek authored and targos committed Nov 26, 2023
1 parent 52d5dd8 commit a781d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,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 a781d24

Please sign in to comment.