From 126e5758e6de20f6619681703d8118183b0dc204 Mon Sep 17 00:00:00 2001 From: xuyongliang_01 Date: Tue, 15 Oct 2024 01:07:53 +0000 Subject: [PATCH] update pyporter/pyporter.py. Signed-off-by: xuyongliang_01 --- pyporter/pyporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyporter/pyporter.py b/pyporter/pyporter.py index fe3fbb0..745c6ae 100755 --- a/pyporter/pyporter.py +++ b/pyporter/pyporter.py @@ -306,7 +306,7 @@ class PyPorter: # # Do not output BuildRequires: # just collect all build requires and using pip to install - # than can help to build all rpm withoud trap into + # than can help to build all rpm without trap into # build dependency nightmare # name = str.lstrip(br).split(" ") -- Gitee