diff --git a/common/scripts/xbps-cycles.py b/common/scripts/xbps-cycles.py index dbfd538235c..9c0c128e000 100755 --- a/common/scripts/xbps-cycles.py +++ b/common/scripts/xbps-cycles.py @@ -87,7 +87,7 @@ def find_cycles(depmap, xbpsdir): # Any of the dependencies here contributes to a cycle p = min(deps) if len(deps) > 1: - print('Mulitpath: {} -> {}, choosing first'.format(p, deps)) + print('Multipath: {} -> {}, choosing first'.format(p, deps)) if cycles: print('Cycle: ' + ' -> '.join(cycles) + '\n')