xbps-cycles: fix a typo

This commit is contained in:
Đoàn Trần Công Danh 2022-12-28 08:56:13 +07:00
parent 61b4c61302
commit 0db458e461
1 changed files with 1 additions and 1 deletions

View File

@ -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')