From a8147ee22b22d3a1f911e8a4829ba6e14ce05a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 23 Jun 2021 10:26:28 +0000 Subject: [PATCH] Fix a typo Related: rhbz#1950291 --- pyproject_buildrequires.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject_buildrequires.py b/pyproject_buildrequires.py index e582410..cbbef0b 100644 --- a/pyproject_buildrequires.py +++ b/pyproject_buildrequires.py @@ -218,7 +218,7 @@ def generate_run_requirements(backend, requirements): if not prepare_metadata: raise ValueError( 'build backend cannot provide build metadata ' - + '(incl. runtime requirements) before buld' + + '(incl. runtime requirements) before build' ) with hook_call(): dir_basename = prepare_metadata('.')