diff --git a/pyporter/pyporter.py b/pyporter/pyporter.py index fe3fbb0d948dfbfcb23943ec2a7bdff39c572e32..745c6ae07a440dad9b206658bc23152c19d458a8 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(" ")