From 6b2d04c85a20cbfe96d9c333f613faf008d79dd7 Mon Sep 17 00:00:00 2001 From: Michal Biesek Date: Fri, 11 Aug 2023 00:37:00 +0200 Subject: [PATCH] build: Fix typo `libray` -> `library` (configure.py) Signed-off-by: Michal Biesek --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index ee08264e91d8a40..9a478c5f983a517 100755 --- a/configure.py +++ b/configure.py @@ -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)