xbps-cycles: fix a typo
This commit is contained in:
parent
61b4c61302
commit
0db458e461
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue