Fix typo: bene -> been

This commit is contained in:
Bjørn Forsman 2022-03-22 15:10:40 +01:00
parent c914064c9b
commit d957f992b1

View file

@ -202,7 +202,7 @@ class CombinedDependencyProvider(DependencyProviderBase):
f"\nThe required package might just not (yet) be part of the dependency DB currently used.\n" \
f"The DB can be updated by specifying 'pypiDataRev' when importing mach-nix.\n" \
f"For examples see: https://github.com/DavHau/mach-nix/blob/master/examples.md\n" \
f"If it still doesn't work, there might have bene an error while building the DB.\n" \
f"If it still doesn't work, there might have been an error while building the DB.\n" \
f"Please open an issue at: https://github.com/DavHau/mach-nix/issues/new\n"
print(error_text, file=sys.stderr)
exit(1)