From d957f992b11845848747da7273cbb9b16e8a6ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 22 Mar 2022 15:10:40 +0100 Subject: [PATCH] Fix typo: bene -> been --- mach_nix/data/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach_nix/data/providers.py b/mach_nix/data/providers.py index 195502d..82f396d 100644 --- a/mach_nix/data/providers.py +++ b/mach_nix/data/providers.py @@ -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)