Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 6, 2025
1 parent 97e1f7f commit 5b5e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvmlite/tests/test_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def test_linux(self):
if not dep.startswith('ld-linux-') and dep not in allowed:
fails.append(dep)
if len(fails) == 1:
self.fail("unexpected dependeny %r in %r" % (fails[0], deps))
self.fail("unexpected dependency %r in %r" % (fails[0], deps))
elif len(fails) > 1:
self.fail("unexpected dependencies %r in %r" % (fails, deps))
else:
Expand Down

0 comments on commit 5b5e451

Please sign in to comment.