mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
xbps-cycles: fix a typo
This commit is contained in:
parent
61b4c61302
commit
0db458e461
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue